]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/libc/linux/linux.factor
factor: rename files that are not loadable on mac, too
[factor.git] / basis / libc / linux / linux.factor
index aa872866c2b9ae728caef9c1b969666e4475d448..46fcdb33e56fb5db188f7ca991a5d845ba11538f 100644 (file)
@@ -170,7 +170,7 @@ ALIAS:    SIGPOLL         SIGIO
 CONSTANT: SIGPWR          30
 CONSTANT: SIGSYS          31
 
-FUNCTION: c-string strerror_r ( int errno, char* buf, size_t buflen ) ;
+FUNCTION: c-string strerror_r ( int errno, char* buf, size_t buflen )
 
 M: linux strerror ( errno -- str )
     [