]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/libc/windows/windows.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / libc / windows / windows.factor
index 449031882da06888bb19291f96bbe659102e588b..79dc9653fb3bee452abe78a5808968927fd9afea 100644 (file)
@@ -108,7 +108,7 @@ LIBRARY: libc
 
 FUNCTION: int strerror_s ( char *buffer, size_t numberOfElements, int errnum )
 
-M: windows strerror ( errno -- str )
+M: windows strerror
     [
         [ 1024 [ malloc &free ] keep ] dip
         [ strerror_s drop ] keepdd