Zig's version of SIGRTMAX. Actually a function.
pub const sigrtmax = switch (native_os)
pub const sigrtmax = switch (native_os) { .openbsd => {}, else => sigrt_private.sigrtmax, }