]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/stat/linux/32/32.factor
factor: rename files that are not loadable on mac, too
[factor.git] / basis / unix / stat / linux / 32 / 32.factor
index 8847eec88401998723b0c080f942e99fc65e58a9..340368695256bfb8265afda18a4d062fba3321ab 100644 (file)
@@ -21,9 +21,9 @@ STRUCT: stat
     { st_ctimespec timespec }
     { st_ino ulonglong } ;
 
-FUNCTION: int __xstat64  ( int ver, c-string pathname, stat* buf ) ;
-FUNCTION: int __lxstat64 ( int ver, c-string pathname, stat* buf ) ;
-FUNCTION: int __fxstat64 ( int ver, int fd, stat* buf ) ;
+FUNCTION: int __xstat64  ( int ver, c-string pathname, stat* buf )
+FUNCTION: int __lxstat64 ( int ver, c-string pathname, stat* buf )
+FUNCTION: int __fxstat64 ( int ver, int fd, stat* buf )
 
 :  stat-func ( pathname buf -- int ) [ 1 ] 2dip __xstat64 ;
 : lstat ( pathname buf -- int ) [ 1 ] 2dip __lxstat64 ;