Skip to content
Snippets Groups Projects
Commit 9d17f028 authored by Simon McVittie's avatar Simon McVittie
Browse files

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: default avatarSimon McVittie <smcv@collabora.com>
parent 297ed659
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment