Unblocks a set of signals from this thread.
fn unblock_signals(set: Sigset) -> Result<Sigset, Errno>
The signals to unblock.
Returns of signals that were blocked before the call.
sigprocmask(2)