mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
The primary purpose of this change is to eliminate one usage of `usingnamespace` in the standard library - specifically the usage for errno values in `std.os.linux`. This is accomplished by truncating the `E` prefix from error values, and making errno a proper enum. A similar strategy can be used to eliminate some other `usingnamespace` sites in the std lib. |
||
|---|---|---|
| .. | ||
| errno | ||
| arm-eabi.zig | ||
| arm64.zig | ||
| i386.zig | ||
| mips.zig | ||
| netlink.zig | ||
| powerpc.zig | ||
| powerpc64.zig | ||
| prctl.zig | ||
| riscv64.zig | ||
| securebits.zig | ||
| sparc64.zig | ||
| x86_64.zig | ||
| xdp.zig | ||