Skip to main content

O_CLOEXEC

Constant O_CLOEXEC 

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

Atomically set the FD_CLOEXEC flag on the new file desciptor.