pub fn sys_epoll_create(size: c_int) -> c_intAvailable on crate feature
epoll and (crate features select or epoll) only.Expand description
Creates a new epoll instance.
It returns a file descriptor referring to the new epoll instance.