Restart syscalls after handling this signal.
const SA_RESTART: SigFlags = SigFlags(cty::SA_RESTART);
sigaction(2) and SA_RESTART therein