Removes a signal from the set.
impl Sigset { fn unset(&mut self, val: Signal) -> Result<(), Errno> }
The signal to remove.