ioInterrupts seem to work on other machines too
authorClaus Gittinger <cg@exept.de>
Tue, 05 Aug 1997 22:26:37 +0200
changeset 2838 6222e2e4d35a
parent 2837 a1be15166392
child 2839 22c472b4d24f
ioInterrupts seem to work on other machines too
Unix.st
--- a/Unix.st	Tue Aug 05 21:47:29 1997 +0200
+++ b/Unix.st	Tue Aug 05 22:26:37 1997 +0200
@@ -7254,9 +7254,7 @@
 # if defined(F_GETFL) && defined(F_SETFL) && defined(FASYNC)
 #  if defined(F_SETOWN) || defined(FIOSETOWN)
 
-#   ifdef linux
     RETURN (true);
-#   endif
 
 #  endif
 # endif
@@ -9107,6 +9105,6 @@
 !OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.240 1997-08-05 19:47:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.241 1997-08-05 20:26:37 cg Exp $'
 ! !
 OperatingSystem initialize!