Force SIGCHLD to default handler
... so that waitpid() works even if our parent process ignores SIGCHLD (SIG_IGN is preserved across exec*()). (cherry picked from commit 94763831)
Showing
Please register or sign in to comment
... so that waitpid() works even if our parent process ignores SIGCHLD (SIG_IGN is preserved across exec*()). (cherry picked from commit 94763831)