3.2.190 waitpidwaitpid
This function waits for a particular child process to terminate and
returns the pid when the process is dead, or -1 if there are no child
processes, or 0 if the use POSIX "sys_wait_h";
On systems that implement neither the
waitpid
(2) nor
wait4
(2) system call, |
|