Skip to main content

F_DUPFD_CLOEXEC

Constant F_DUPFD_CLOEXEC 

Source
pub const F_DUPFD_CLOEXEC: c_int = 1030;
Expand description

Duplicate file descriptor with the close-on-exec flag FD_CLOEXEC set.