Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spawn/PidfdEvent: translate si_status to a wait() wstatus
This fixes a regression that was caused by the pidfd/waitid() transition: since then, the "status" was really the exit status and not the bit field that could be used with WIFEXITED()/WIFEXITEDWIFSIGNALED() etc.
- Loading branch information