瀏覽代碼

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}