pub const pipe2 = switch (native_os)
pub const pipe2 = switch (native_os) { .dragonfly, .emscripten, .netbsd, .freebsd, .illumos, .openbsd, .linux, .serenity => private.pipe2, else => {}, }