pub fn block_signal(num: c_int) -> SignalResult<()>
Expand description
Masks given signal.
If signal is already blocked the call will fail with Error::SignalAlreadyBlocked result.
pub fn block_signal(num: c_int) -> SignalResult<()>
Masks given signal.
If signal is already blocked the call will fail with Error::SignalAlreadyBlocked result.