]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/statfs/macosx/macosx.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / unix / statfs / macosx / macosx.factor
index 56c89898951788b7a0ab88f7e120b31a5893358f..75b231da967d4b62e01f13fb524e639ed5db9c65 100644 (file)
@@ -116,5 +116,5 @@ STRUCT: statfs64
     { f_mntfromname { char MAXPATHLEN } }
     { f_reserved uint32_t[8] } ;
 
-FUNCTION: int statfs64 ( char* path, statfs64* buf ) ;
+FUNCTION: int statfs64 ( c-string path, statfs64* buf ) ;
 FUNCTION: int getmntinfo64 ( statfs64** mntbufp, int flags ) ;