#[unsafe(no_mangle)]
pub unsafe extern "C" fn epoll_create(size: c_int) -> c_int
Available on (crate features
select
or epoll
) and crate feature epoll
only.Expand description
Creates a new epoll instance.
It returns a file descriptor referring to the new epoll instance.