]> granicus.if.org Git - strace/blob - xlat/sigchld_codes.in
Add a enum for decoding to tprint_iov() and tprint_iov_upto()
[strace] / xlat / sigchld_codes.in
1 CLD_EXITED 1
2 CLD_KILLED 2
3 CLD_DUMPED 3
4 CLD_TRAPPED 4
5 CLD_STOPPED 5
6 CLD_CONTINUED 6