pub const INHIBIT_DELIVERY: SigcontrolFlags;
Expand description
Prevents the kernel from jumping the context to the signal trampoline, but otherwise has absolutely no effect on which signals are blocked etc. Meant to be used for short-lived critical sections inside libc.