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