Undo previous change.
Submitted by: bde
This commit is contained in:
parent
0ec4416c55
commit
732c957ce2
@ -125,7 +125,7 @@ usage()
|
||||
children to exit when they have done their work.
|
||||
*/
|
||||
|
||||
static void handle_sigchld(int sig, int code, void *scp)
|
||||
static void handle_sigchld(int sig, int code, struct sigcontext *scp)
|
||||
{
|
||||
int pid, status;
|
||||
pid = wait4(-1, &status, WNOHANG, (struct rusage*)0);
|
||||
|
Loading…
Reference in New Issue
Block a user