pub const futex = switch (native_os)
pub const futex = switch (native_os) { .openbsd => openbsd.futex, .serenity => serenity.futex, else => {}, }