Constant CLD_EXITED
pub const CLD_EXITED: i32 = 1;
Available on crate feature
dep_nc
only.Expand description
There is an additional set of SIGTRAP si_codes
used by ptrace
that are of the form: ((PTRACE_EVENT_XXX << 8) | SIGTRAP)
SIGCHLD si_codes
child has exited