Searched defs:CLD_KILLED (Results 1 – 2 of 2) sorted by relevance
232 CLD_KILLED, /* Child was killed. */ enumerator233 # define CLD_KILLED CLD_KILLED macro
195 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */ macro