Proper values for wait/poll and wait/stopped-chidren.
This commit is contained in:
parent
675bf91911
commit
b24c0182c8
|
@ -36,5 +36,5 @@
|
||||||
|
|
||||||
|
|
||||||
;;; Flags.
|
;;; Flags.
|
||||||
(define wait/poll 1) ; Don't hang if nothing to wait for.
|
(define wait/poll #o100) ; Don't hang if nothing to wait for.
|
||||||
(define wait/stopped-children 2) ; Report on suspended subprocs, too.
|
(define wait/stopped-children 4) ; Report on suspended subprocs, too.
|
||||||
|
|
Loading…
Reference in New Issue