Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2: sync initial value for exit code with v1
The initial value for the exit_code (0x7f) in v2 doesn't work with musl libc. Here WIFSIGNALED(0x7f) expands to a non-zero value: http://git.musl-libc.org/cgit/musl/tree/include/sys/wait.h#n54
- Loading branch information