const have_ucontext: bool = @hasDecl(os.system, "ucontext_t") and builtin.os..linux != .linux or switch (builtin.cpu.arch) { .mips, .mipsel, .mips64, .mips64el, .riscv64 => false, else => true, };