Constant lrs::signal::flags::SA_RESETHAND

Reset the handler to the default upon entry to the signal handler.

Syntax

const SA_RESETHAND: SigFlags = SigFlags(cty::SA_RESETHAND);

See also