mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
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.
This commit is contained in:
parent
474d17c13a
commit
508a8739e2
@ -894,11 +894,6 @@ comptime {
|
||||
std.debug.assert(@sizeOf(siginfo_t) == 136);
|
||||
}
|
||||
|
||||
pub usingnamespace switch (builtin.cpu.arch) {
|
||||
.x86_64 => struct {},
|
||||
else => struct {},
|
||||
};
|
||||
|
||||
pub const ucontext_t = switch (builtin.cpu.arch) {
|
||||
.x86_64 => extern struct {
|
||||
sc_rdi: c_long,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user