Reset the handler to the default upon entry to the signal handler.
const SA_RESETHAND: SigFlags = SigFlags(cty::SA_RESETHAND);
sigaction(2) and SA_RESETHAND therein