zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 19c96c09f34867eefb607db526aa2d300ca021f7 (tree)
parent 9d4d96ca9b186af2705f88c17b2704096c08e829
Author: Michael Dusan <michael.dusan@gmail.com>
Date:   Sun, 21 May 2023 21:44:51 -0400

std.c: openbsd sigcontext/ucontext fix enum

Diffstat:
Mlib/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 @@ -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,