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