pub fn sys_epoll_create(size: c_int) -> c_int
Creates a new epoll instance.
It returns a file descriptor referring to the new epoll instance.