diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-02-06 21:12:11 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-02-06 21:12:11 -0700 |
| commit | 9f3165540ed0e2b1fec0ab2eb16d4c06d899c86a (patch) | |
| tree | c452568f46d251765d42d7db3d3b2d8471eae787 /lib/std/os/linux/riscv64.zig | |
| parent | 3da6043e2c3fa657cc7261e8cffdf3564c02dda9 (diff) | |
| download | zig-9f3165540ed0e2b1fec0ab2eb16d4c06d899c86a.tar.gz zig-9f3165540ed0e2b1fec0ab2eb16d4c06d899c86a.zip | |
std.os.linux.MAP: use a packed struct
Introduces type safety to this constant. Eliminates one use of
`usingnamespace`.
Diffstat (limited to 'lib/std/os/linux/riscv64.zig')
| -rw-r--r-- | lib/std/os/linux/riscv64.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/os/linux/riscv64.zig b/lib/std/os/linux/riscv64.zig index 473cab7b31..45821ddefa 100644 --- a/lib/std/os/linux/riscv64.zig +++ b/lib/std/os/linux/riscv64.zig @@ -246,4 +246,3 @@ pub const Stat = extern struct { pub const Elf_Symndx = u32; pub const VDSO = struct {}; -pub const MAP = struct {}; |
