const have_getcontext: bool = @hasDecl(os.system, "getcontext") and builtin.os..linux != .linux or switch (builtin.cpu.arch) { .x86, .x86_64, => true, else => builtin.link_libc and !builtin.target.isMusl(), };