Win32OperatingSystem.st
branchjv
changeset 21285 7770135c2b54
parent 21249 86c01ee5a76e
parent 21241 71f5ce80b2ce
child 21287 38f177ccece5
--- a/Win32OperatingSystem.st	Thu Jan 12 09:42:50 2017 +0000
+++ b/Win32OperatingSystem.st	Fri Jan 13 23:33:10 2017 +0000
@@ -11986,6 +11986,10 @@
     ^ OSProcessStatus pid:pid status:status code:code core:core
 !
 
+isBlockingOn:fd
+    ^ true
+!
+
 numAvailableForReadOn:fd
     "return the number of bytes available for reading, without blocking."