Don't send notifications when a child process stops or resumes.
const SA_NOCLDSTOP: SigFlags = SigFlags(cty::SA_NOCLDSTOP);
sigaction(2) and SA_NOCLDSTOP therein