Catching termination of child process and system() call

Doug Gwyn gwyn at smoke.brl.mil
Sat Jan 26 04:22:11 AEST 1991


In article <1991Jan25.022950.10683 at tkou02.enet.dec.com> diamond at jit345.enet@tkou02.enet.dec.com (Norman Diamond) writes:
>In article <14965 at smoke.brl.mil> gwyn at smoke.brl.mil (Doug Gwyn) writes:
>>In article <1991Jan24.023750.19569 at tkou02.enet.dec.com> diamond at jit345.enet@tkou02.enet.dec.com (Norman Diamond) writes:
>>>In article <YANG.91Jan23133130 at newyork.nff.ncl.omron.co.jp> yang at nff.ncl.omron.co.jp (YANG Liqun) writes:
>>>>It should be wait((int *)0).
>>>It should be wait((union wait *)0) in BSD.
>>No, it's wait((int*)0) in all flavors of UNIX and POSIX.
>No, it's wait((union wait *)0) in systems that implement the bogus attempt
>that we all know about.

No, it's wait((int*)0) in all flavors of UNIX and POSIX.



More information about the Comp.lang.c mailing list