mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-16 21:54:06 -04:00
a6d72fea06
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.