Creates a new signalfd.
Flags used when creating the file descriptor.
impl Sigfd { fn new(set: Sigset, flags: SigfdFlags) -> Result<Sigfd, Errno> }
The set of signals to watch.
Returns a new signalfd.