AT&T wait(2)

Doug Gwyn gwyn at brl-smoke.ARPA
Fri Jul 8 08:24:28 AEST 1988


In article <58940 at sun.uucp> jpayne%breakpoint at Sun.COM (Jonathan Payne) writes:
>In system V and related systems, is there a version of wait that takes
>flag arguments like wait2() and wait3() in berkeley systems?

Not yet.  There will have to be something soon, for POSIX conformance.
Dave Korn was trying to force wait2() semantics into the wait() system
call (which is already overloaded due to the SIGCLD nonsense), but I
doubt that waitpid() can be emulated reasonably without using a
different system call hook than wait().



More information about the Comp.unix.questions mailing list