]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/libc/linux/linux.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / libc / linux / linux.factor
index 46fcdb33e56fb5db188f7ca991a5d845ba11538f..b390b29594705a74dfc9bfc49886285aa1a26e0f 100644 (file)
@@ -172,7 +172,7 @@ CONSTANT: SIGSYS          31
 
 FUNCTION: c-string strerror_r ( int errno, char* buf, size_t buflen )
 
-M: linux strerror ( errno -- str )
+M: linux strerror
     [
         1024 [ malloc &free ] keep strerror_r
     ] with-destructors ;