]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/stat/netbsd/32/32.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / unix / stat / netbsd / 32 / 32.factor
index fb0d61b7e9efcbd3e10cd2de48ecd4c428acc517..bb0a40375153d8592da0daa8145cea85bc48c94e 100644 (file)
@@ -23,8 +23,8 @@ STRUCT: stat
     { st_gen uint32_t }
     { st_qspare uint32_t[2] } ;
 
-FUNCTION: int __stat30  ( char* pathname, stat* buf ) ;
-FUNCTION: int __lstat30 ( char* pathname, stat* buf ) ;
+FUNCTION: int __stat30  ( c-string pathname, stat* buf ) ;
+FUNCTION: int __lstat30 ( c-string pathname, stat* buf ) ;
 
 : stat ( pathname buf -- n ) __stat30 ;
 : lstat ( pathname buf -- n ) __lstat30 ;