pub const SC = switch (native_os)
pub const SC = switch (native_os) { .linux => linux.SC, else => void, }