Skip to main content

EPOLL_CLOEXEC

Constant EPOLL_CLOEXEC 

Source
pub const EPOLL_CLOEXEC: c_int = 0x0100_0000;
Expand description

Set the close-on-exec (FD_CLOEXEC) flag on the new file descriptor.