Force SIGCHLD to default handler
... so that waitpid() works even if our parent process ignores SIGCHLD (SIG_IGN is preserved across exec*()).
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*()).