authorgravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2023-08-17 10:50:52-04:00
committergravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2023-08-17 10:55:39-04:00
loge288c546996d202e87168f25d689a2f21fe03b60
tree1957a7fb21a2f81f6984fbc4d95f8edb77e133a9
parentc685b675e547f61c81c5fb63159bc12b26405100
signaturelock-open Commit is signed but in an unrecognized format.

std.debug: openbsd does not have getcontext


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/debug.zig+1
...@@ -168,6 +168,7 @@ pub fn relocateContext(context: *ThreadContext) void {...@@ -168,6 +168,7 @@ pub fn relocateContext(context: *ThreadContext) void {
168}168}
169169
170pub const have_getcontext = @hasDecl(os.system, "getcontext") and170pub const have_getcontext = @hasDecl(os.system, "getcontext") and
171 builtin.os.tag != .openbsd and
171 (builtin.os.tag != .linux or switch (builtin.cpu.arch) {172 (builtin.os.tag != .linux or switch (builtin.cpu.arch) {
172 .x86,173 .x86,
173 .x86_64,174 .x86_64,