-
- Downloads
wrap: Correct some wait-status / exit status confusion
In some places we said exit status, but meant wait status (the status
from waitpid() or similar, which encodes whether the process exited
normally, the exit status if yes, the fatal signal if any, and whether
a core was dumped).
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Loading
Please register or sign in to comment