Proper values for wait/poll and wait/stopped-chidren.

This commit is contained in:
shivers 1998-05-02 17:23:08 +00:00
parent 675bf91911
commit b24c0182c8
1 changed files with 2 additions and 2 deletions

View File

@ -36,5 +36,5 @@
;;; Flags.
(define wait/poll 1) ; Don't hang if nothing to wait for.
(define wait/stopped-children 2) ; Report on suspended subprocs, too.
(define wait/poll #o100) ; Don't hang if nothing to wait for.
(define wait/stopped-children 4) ; Report on suspended subprocs, too.