pub unsafe fn sys_epoll_pwait(
    epfd: c_int,
    events: *mut epoll_event,
    maxevents: c_int,
    timeout: c_int,
    _sigs: *const sigset_t,
    _sig_num: *const size_t
) -> c_int
Available on crate feature epoll and (crate features select or poll or epoll) only.
Expand description

epoll_pwait used by A64. Currently ignore signals