From 19c96c09f34867eefb607db526aa2d300ca021f7 Mon Sep 17 00:00:00 2001 From: Michael Dusan Date: Sun, 21 May 2023 21:44:51 -0400 Subject: [PATCH] std.c: openbsd sigcontext/ucontext fix enum --- lib/std/c/openbsd.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/c/openbsd.zig b/lib/std/c/openbsd.zig index 3551f50020..07a8237311 100644 --- a/lib/std/c/openbsd.zig +++ b/lib/std/c/openbsd.zig @@ -1127,7 +1127,7 @@ pub usingnamespace switch (builtin.cpu.arch) { sc_cookie: c_long, }; }, - .arm64 => struct { + .aarch64 => struct { pub const ucontext_t = extern struct { __sc_unused: c_int, sc_mask: c_int,