Browse Source

Fix compilation of sparc64-linux rtl with -dFPC_USE_LIBC

Pierre Muller 3 năm trước cách đây
mục cha
commit
28d32b2010
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/linux/sparc64/stat.inc

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

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