epoll_create1

fnint epoll_create1(int flags)

Creates an epoll instance.

Parameters

flagsa specified flag. If flags is 0, then, other than the fact that the obsolete size argument is dropped, epoll_create1() is the same as epoll_create().

Returns

an fd for the new instance. The fd returned by epoll_create() should

be closed with close(). See_also: epoll_create (int size)