]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/system-info/linux/linux.factor
factor: rename files that are not loadable on mac, too
[factor.git] / basis / system-info / linux / linux.factor
index bcc207ab53ea103cfd1832a5631ad32503682068..09f2a91bc88daaba48937600cfa94004305c54ca 100644 (file)
@@ -7,7 +7,7 @@ unix.linux.proc math ;
 IN: system-info.linux
 
 FUNCTION-ALIAS: (uname)
-    int uname ( c-string buf ) ;
+    int uname ( c-string buf )
 
 : uname ( -- seq )
     65536 <byte-array> [ (uname) io-error ] keep >string