From 2dd74cd312ec21a18b05ff7576f0d584ec7a41a2 Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Sat, 23 Mar 2024 06:26:06 +0100 Subject: haiku: debitrot --- lib/std/debug.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/debug.zig') diff --git a/lib/std/debug.zig b/lib/std/debug.zig index f4bd232a69..824adc0261 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -229,7 +229,7 @@ pub fn relocateContext(context: *ThreadContext) void { } pub const have_getcontext = @hasDecl(posix.system, "getcontext") and - native_os != .openbsd and + native_os != .openbsd and native_os != .haiku and (native_os != .linux or switch (builtin.cpu.arch) { .x86, .x86_64, -- cgit v1.2.3