summaryrefslogtreecommitdiff
path: root/bashjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bashjmp.h')
-rw-r--r--bashjmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashjmp.h b/bashjmp.h
index 12173e1..f77e7b9 100644
--- a/bashjmp.h
+++ b/bashjmp.h
@@ -38,5 +38,6 @@ extern procenv_t return_catch; /* used by `return' builtin */
#define DISCARD 2 /* Discard current command. */
#define EXITPROG 3 /* Unconditionally exit the program now. */
#define ERREXIT 4 /* Exit due to error condition */
+#define SIGEXIT 5 /* Exit due to fatal terminating signal */
#endif /* _BASHJMP_H_ */