* The "noreap" module argument is provided so that the admin can
* override this behavior.
*/
sighandler = signal(SIGCHLD, SIG_IGN);
sighandler = signal(SIGCHLD, SIG_DFL);
}
/* fork */