haiku: debitrot

This commit is contained in:
Jacob Young
2024-03-23 06:26:06 +01:00
parent c011abc4dd
commit 2dd74cd312
17 changed files with 392 additions and 88 deletions

View File

@@ -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,