소스 검색

Fix compilation of sparc-linux rtl with -dFPC_USE_LIBC

(cherry picked from commit 1433c4f2f8b8c892ffb9bcb7a4bd1821e3ab8124)
Pierre Muller 3 년 전
부모
커밋
ab184895cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/linux/sparc/stat.inc

+ 1 - 1
rtl/linux/sparc/stat.inc

@@ -108,7 +108,7 @@
       st_ctime,
       st_ctime_nsec,
       __unused4_,
-      __unused5-) : cULong);
+      __unused5_ : cULong);
   end;
 
 {$ENDIF FPC_USE_LIBC}