g/c unused SIGCHLD handler

This commit is contained in:
Todd C. Miller
2010-03-06 14:29:32 -05:00
parent cc23068c2a
commit d73f580f5a

View File

@@ -729,14 +729,6 @@ done:
return errno;
}
static sig_atomic_t sigchld;
static void
sigchild(int s)
{
sigchld = 1;
}
/*
* Run the command and wait for it to complete.
*/