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