Constant EPOLL_CLOEXEC
pub const EPOLL_CLOEXEC: i32 = O_CLOEXEC; // 524_288i32
Available on crate feature
dep_nc
only.Expand description
Flags for epoll_create1()
.
pub const EPOLL_CLOEXEC: i32 = O_CLOEXEC; // 524_288i32
dep_nc
only.Flags for epoll_create1()
.