| author | |
| committer | |
| log | 19c96c09f34867eefb607db526aa2d300ca021f7 |
| tree | 0ca6b7de2085b88dcf6d804597b8ce2e852aaf9d |
| parent | 9d4d96ca9b186af2705f88c17b2704096c08e829 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c/openbsd.zig+1-1| ... | ... | @@ -1127,7 +1127,7 @@ pub usingnamespace switch (builtin.cpu.arch) { |
| 1127 | 1127 | sc_cookie: c_long, |
| 1128 | 1128 | }; |
| 1129 | 1129 | }, |
| 1130 | .arm64 => struct { | |
| 1130 | .aarch64 => struct { | |
| 1131 | 1131 | pub const ucontext_t = extern struct { |
| 1132 | 1132 | __sc_unused: c_int, |
| 1133 | 1133 | sc_mask: c_int, |