pub fn signalfd_create( fd: i32, mask: u64, flags: u32, ) -> Result<usize, SyscallError>
Create or update a signalfd.
fd
mask
flags
SFD_NONBLOCK
SFD_CLOEXEC
The signalfd ID on success.