pub const SYS_PPOLL: usize = 461;Expand description
Poll with signal mask (ppoll).
fds_ptr: pointer to an array ofPollFdstructsnfds: number of file descriptorstimeout_ptr: pointer to aTimespecstruct (0 = return immediately)sigmask_ptr: pointer to signal set to temporarily unblock during poll
Returns the number of file descriptors with events.