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

/ast/src/cmd/ksh93/data/
H A Dsignals.c22 #if defined(SIGCLD) && !defined(SIGCHLD)
23 # define SIGCHLD SIGCLD macro
63 #ifdef SIGCHLD
64 "CHLD", VAL(SIGCHLD,SH_SIGFAULT), S("Death of Child"),
66 # if SIGCLD!=SIGCHLD
74 #endif /* SIGCHLD */
/ast/src/lib/libcs/
H A Dcslib.h176 #if !defined(SIGCHLD) && defined(SIGCLD)
177 #define SIGCHLD SIGCLD macro
/ast/src/cmd/ksh93/include/
H A Djobs.h54 #if defined(SIGCLD) && !defined(SIGCHLD)
55 # define SIGCHLD SIGCLD macro
57 #ifdef SIGCHLD
/ast/src/cmd/at/
H A Datd.c50 #ifndef SIGCHLD
51 #define SIGCHLD SIGCLD macro
683 if (arg != SIGCHLD)

Completed in 16 milliseconds