ProcessorScheduler.st
changeset 2962 038a8f143e49
parent 2926 182baa3a4862
child 2966 856dfc8a294a
--- a/ProcessorScheduler.st	Sun Sep 21 00:10:22 1997 +0200
+++ b/ProcessorScheduler.st	Sun Sep 21 00:14:26 1997 +0200
@@ -819,7 +819,7 @@
 
     |pid blocked osProcessStatus|
 
-    OperatingSystem sigCHLD ~= 0 ifTrue:[
+    OperatingSystem supportsChildInterrupts ifTrue:[
 	"/ SIGCHLD is supported,
 	"/ aBlock will be evaluated, as soon as a SIGCHLD interrupt for pid has been received.
 
@@ -2573,6 +2573,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.138 1997-09-15 20:48:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.139 1997-09-20 22:13:32 cg Exp $'
 ! !
 ProcessorScheduler initialize!