소스 검색

* remove libc

peter 20 년 전
부모
커밋
4262b2cfe1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}
 ;