Constant F_DUPFD_CLOEXEC
pub const F_DUPFD_CLOEXEC: u32 = _; // 1_030u32
Available on crate feature
dep_nc
only.Expand description
Create a file descriptor with FD_CLOEXEC
set.
pub const F_DUPFD_CLOEXEC: u32 = _; // 1_030u32
dep_nc
only.Create a file descriptor with FD_CLOEXEC
set.