zig/lib/std/os/bits
Garrett Squire a6d72fea06 Make std.ChildProcess exit code u8 to match std.process.exit
This patch adjusts the exit code for a child process to be a u8. Since
the WEXITSTATUS macro returns the lower eight bits, it's safe to assume
that we can truncate the returned u32.
2021-06-12 23:13:14 +03:00
..
linux netlink ifi_change no longer reserved 2021-06-10 22:13:37 +03:00
darwin.zig Make std.ChildProcess exit code u8 to match std.process.exit 2021-06-12 23:13:14 +03:00
dragonfly.zig Make std.ChildProcess exit code u8 to match std.process.exit 2021-06-12 23:13:14 +03:00
freebsd.zig Make std.ChildProcess exit code u8 to match std.process.exit 2021-06-12 23:13:14 +03:00
haiku.zig Make std.ChildProcess exit code u8 to match std.process.exit 2021-06-12 23:13:14 +03:00
linux.zig Make std.ChildProcess exit code u8 to match std.process.exit 2021-06-12 23:13:14 +03:00
netbsd.zig Make std.ChildProcess exit code u8 to match std.process.exit 2021-06-12 23:13:14 +03:00
openbsd.zig Make std.ChildProcess exit code u8 to match std.process.exit 2021-06-12 23:13:14 +03:00
wasi.zig Year++ 2020-12-31 15:45:24 -08:00
windows.zig std/os, x/os/socket: windows support, socket helpers, getpeername() 2021-05-10 19:22:31 +09:00