aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2024-03-23 06:26:06 +0100
committerJacob Young <jacobly0@users.noreply.github.com>2024-03-23 18:11:32 +0100
commit2dd74cd312ec21a18b05ff7576f0d584ec7a41a2 (patch)
tree7cb3b74ad341890151d1e9c8c78c84c1ea973293 /lib/std/debug.zig
parentc011abc4ddacb12ebca1e091d241a782f0e8a2f2 (diff)
downloadzig-2dd74cd312ec21a18b05ff7576f0d584ec7a41a2.tar.gz
zig-2dd74cd312ec21a18b05ff7576f0d584ec7a41a2.zip
haiku: debitrot
Diffstat (limited to 'lib/std/debug.zig')
-rw-r--r--lib/std/debug.zig2
1 files changed, 1 insertions, 1 deletions
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,