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