zig/lib/std/os/bits/linux
Andrew Kelley 507a8096d2 std: fix compile errors caught by stage2 AstGen
* `comptime const` is redundant
 * don't use `extern enum`; specify a tag type.
   `extern enum` is only when you need tags to alias. But aliasing tags
   is a smell. I will be making a proposal shortly to remove `extern enum`
   from the language.
 * there is no such thing as `packed enum`.
 * instead of `catch |_|`, omit the capture entirely.
 * unused function definition with missing parameter name
 * using `try` outside of a function or test
2021-04-22 18:07:46 -07:00
..
arm-eabi.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
arm64.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
errno-generic.zig Year++ 2020-12-31 15:45:24 -08:00
errno-mips.zig Year++ 2020-12-31 15:45:24 -08:00
i386.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
mips.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
netlink.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
powerpc.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
powerpc64.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
prctl.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
riscv64.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
securebits.zig Year++ 2020-12-31 15:45:24 -08:00
sparc64.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
x86_64.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00