Flags accepted by epoll_create1(), can be OR-combined.
Set the close-on-exec (FD_CLOEXEC) flag on the new file descriptor. See the description of the O_CLOEXEC flag in open(2) for reasons why this may be useful.
See Implementation
Flags accepted by epoll_create1(), can be OR-combined.