]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/statvfs/linux/linux.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / unix / statvfs / linux / linux.factor
index d7139d84b283a2530dd577e5dc7d2f2c378d8bd5..bda1eb9605f2fbbd8f8830f8d8f7d937ce5ef7cd 100644 (file)
@@ -17,7 +17,7 @@ STRUCT: statvfs64
     { f_namemax ulong }
     { __f_spare int[6] } ;
 
-FUNCTION: int statvfs64 ( char* path, statvfs64* buf ) ;
+FUNCTION: int statvfs64 ( c-string path, statvfs64* buf ) ;
 
 CONSTANT: ST_RDONLY 1        ! Mount read-only.
 CONSTANT: ST_NOSUID 2        ! Ignore suid and sgid bits.