mirror of
https://github.com/boostorg/process.git
synced 2026-01-24 06:02:13 +00:00
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