| author | |
| committer | |
| log | f3adbe249b0dfad91318916142a33619232a968f |
| tree | 72094a9a2d8ab4730e7cd90bdc3fdbf5f1a9a51b |
| parent | 8c7eb8c8da9af21519c7f61aa0961d79cc6266ea |
This reverts commit 1585ed637d101ed16adb6b9ebdfa465299bfdb13.1 files changed, 0 insertions(+), 12 deletions(-)
lib/std/c/openbsd.zig-12| ... | @@ -1127,18 +1127,6 @@ pub usingnamespace switch (builtin.cpu.arch) { | ... | @@ -1127,18 +1127,6 @@ pub usingnamespace switch (builtin.cpu.arch) { |
| 1127 | sc_cookie: c_long, | 1127 | sc_cookie: c_long, |
| 1128 | }; | 1128 | }; |
| 1129 | }, | 1129 | }, |
| 1130 | .aarch64 => struct { | ||
| 1131 | pub const ucontext_t = extern struct { | ||
| 1132 | __sc_unused: c_int, | ||
| 1133 | sc_mask: c_int, | ||
| 1134 | sc_sp: c_ulong, | ||
| 1135 | sc_lr: c_ulong, | ||
| 1136 | sc_elr: c_ulong, | ||
| 1137 | sc_spsr: c_ulong, | ||
| 1138 | sc_x: [30]c_ulong, | ||
| 1139 | sc_cookie: c_long, | ||
| 1140 | }; | ||
| 1141 | }, | ||
| 1142 | else => struct {}, | 1130 | else => struct {}, |
| 1143 | }; | 1131 | }; |
| 1144 | 1132 |