]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/stat/linux/64/64.factor
factor: rename files that are not loadable on mac, too
[factor.git] / basis / unix / stat / linux / 64 / 64.factor
index 27a3835ea219c448d8aab7054ec939fa98571cb9..2e346eeab0c2c58e0d7b03602fbe9b407fb03b3b 100644 (file)
@@ -21,9 +21,9 @@ STRUCT: stat
     { st_ctimespec timespec }
     { __unused0 long[3] } ;
 
-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 ;