| ... | @@ -894,11 +894,6 @@ comptime { | ... | @@ -894,11 +894,6 @@ comptime { |
| 894 | std.debug.assert(@sizeOf(siginfo_t) == 136); | 894 | std.debug.assert(@sizeOf(siginfo_t) == 136); |
| 895 | } | 895 | } |
| 896 | | 896 | |
| 897 | pub usingnamespace switch (builtin.cpu.arch) { | | |
| 898 | .x86_64 => struct {}, | | |
| 899 | else => struct {}, | | |
| 900 | }; | | |
| 901 | | | |
| 902 | pub const ucontext_t = switch (builtin.cpu.arch) { | 897 | pub const ucontext_t = switch (builtin.cpu.arch) { |
| 903 | .x86_64 => extern struct { | 898 | .x86_64 => extern struct { |
| 904 | sc_rdi: c_long, | 899 | sc_rdi: c_long, |