Browse Source

Fix compilation of sparc-linux rtl with -dFPC_USE_LIBC

Pierre Muller 3 years ago
parent
commit
1433c4f2f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/sparc/stat.inc

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

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