Help for this page

Select Code to Download


  1. or download this
    #if defined(SA_NOCLDWAIT) && !defined(BSDish) /* See [perl #18849] */
        if (signo == SIGCHLD && handler == (Sighandler_t) SIG_IGN)
            act.sa_flags |= SA_NOCLDWAIT;
    #endif