]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/statfs/linux/linux.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / unix / statfs / linux / linux.factor
index ab37ab9605970bd76a9cf1e5fff5df7dc30cf626..2cf2541a100c184b848fb8b7bfc71c005e6e79c9 100644 (file)
@@ -16,4 +16,4 @@ STRUCT: statfs64
     { f_frsize __SWORD_TYPE }
     { f_spare __SWORD_TYPE[5] } ;
 
-FUNCTION: int statfs64 ( char* path, statfs64* buf ) ;
+FUNCTION: int statfs64 ( c-string path, statfs64* buf ) ;