pub const sysconf = switch (native_os)
pub const sysconf = switch (native_os) { .illumos => illumos.sysconf, else => private.sysconf, }