Searched defs:SIGCHLD (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/data/
H A Dsignals.c24 #if defined(SIGCLD) && !defined(SIGCHLD)
25 # define SIGCHLD SIGCLD macro
65 #ifdef SIGCHLD
66 "CHLD", VAL(SIGCHLD,SH_SIGFAULT), S("Death of Child"),
68 # if SIGCLD!=SIGCHLD
76 #endif /* SIGCHLD */
/osnet-11/usr/src/lib/libshell/common/include/
H A Djobs.h54 #if defined(SIGCLD) && !defined(SIGCHLD)
55 # define SIGCHLD SIGCLD macro
57 #ifdef SIGCHLD
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c1634 #if defined(SIGCHLD) || defined(SIGCLD)
1636 #ifndef SIGCHLD
1637 # define SIGCHLD SIGCLD macro
1639 Sighandler_t sigstate = rsignal_state(SIGCHLD);
1644 (void)rsignal(SIGCHLD, (Sighandler_t)SIG_DFL);
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2836 # if !defined(SIGCHLD) && defined(SIGCLD)
2837 # define SIGCHLD SIGCLD macro
2838 # endif /* !defined(SIGCHLD) && defined(SIGCLD) */

Completed in 71 milliseconds