Function sys_epoll_create

Source
pub fn sys_epoll_create(size: c_int) -> c_int
Expand description

Creates a new epoll instance.

It returns a file descriptor referring to the new epoll instance.