pub fn sigprocmask(
how: SigmaskHow,
set: Option<&SigSet>,
oldset: Option<&mut SigSet>,
) -> Result<()>
Available on crate feature
signal
only.Expand description
Examine and change blocked signals.
For more information see the sigprocmask
man
pages.