]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/stat/openbsd/openbsd.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / unix / stat / openbsd / openbsd.factor
index 2702e60f6cdd21813ca36da9414304304901578d..b562d085b389865504420325a7957d09db6c4dd0 100644 (file)
@@ -25,5 +25,5 @@ STRUCT: stat
     { st_birthtimespec timespec }
     { st_qspare int64_t[2] } ;
 
-FUNCTION: int stat  ( char* pathname, stat* buf ) ;
-FUNCTION: int lstat ( char* pathname, stat* buf ) ;
+FUNCTION: int stat  ( c-string pathname, stat* buf ) ;
+FUNCTION: int lstat ( c-string pathname, stat* buf ) ;