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