authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-03-07 19:08:35+00:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-03-08 08:02:45+00:00
log508a8739e25e5f4ddf75df336b7315949aa3201b
tree8798ed569d6897baf79cb34384d6e970590093da
parent474d17c13ae9f9f51cb2e7f18d3d61353f1ccd83
signaturelock-open Commit is signed but in an unrecognized format.

std.c.openbsd: remove nop `usingnamespace`

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,11 +894,6 @@ comptime {
894 std.debug.assert(@sizeOf(siginfo_t) == 136);894 std.debug.assert(@sizeOf(siginfo_t) == 136);
895}895}
896896
897pub usingnamespace switch (builtin.cpu.arch) {
898 .x86_64 => struct {},
899 else => struct {},
900};
901
902pub const ucontext_t = switch (builtin.cpu.arch) {897pub 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,