| author | |
| committer | |
| log | 508a8739e25e5f4ddf75df336b7315949aa3201b |
| tree | 8798ed569d6897baf79cb34384d6e970590093da |
| parent | 474d17c13ae9f9f51cb2e7f18d3d61353f1ccd83 |
| signature |
I have no idea why this was even here...
Eliminates one more usage of `usingnamespace` from the standard library.
5 remain.1 files changed, 0 insertions(+), 5 deletions(-)
lib/std/c/openbsd.zig-5| ... | ... | @@ -894,11 +894,6 @@ comptime { |
| 894 | 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 | 897 | pub const ucontext_t = switch (builtin.cpu.arch) { |
| 903 | 898 | .x86_64 => extern struct { |
| 904 | 899 | sc_rdi: c_long, |