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