aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/sigchld_codes.in
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/sigchld_codes.in')
-rw-r--r--xlat/sigchld_codes.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/xlat/sigchld_codes.in b/xlat/sigchld_codes.in
index 40c93ce0..202bec44 100644
--- a/xlat/sigchld_codes.in
+++ b/xlat/sigchld_codes.in
@@ -1,6 +1,6 @@
-CLD_EXITED
-CLD_KILLED
-CLD_DUMPED
-CLD_TRAPPED
-CLD_STOPPED
-CLD_CONTINUED
+CLD_EXITED 1
+CLD_KILLED 2
+CLD_DUMPED 3
+CLD_TRAPPED 4
+CLD_STOPPED 5
+CLD_CONTINUED 6