Constant FD_CLOEXEC [src]

Source

pub const FD_CLOEXEC = switch (native_os) { .linux => linux.FD_CLOEXEC, .emscripten => emscripten.FD_CLOEXEC, else => 1, }