Browse Source

* remove libc

peter 20 năm trước cách đây
mục cha
commit
4262b2cfe1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/webtbs/tw3695.pp

+ 1 - 1
tests/webtbs/tw3695.pp

@@ -9,7 +9,7 @@ program testsync;
 
 uses Classes, SysUtils
 {$ifdef unix}
-,cthreads, Libc
+,cthreads
 {$endif unix}
 ;