summaryrefslogtreecommitdiff
path: root/bashjmp.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 22:43:58 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 22:43:58 -0500
commit11a6f9a95f1a053aa8ea2f8d15cf53682717d6fe (patch)
tree20704f636479273a3e08f5dbba1d2731322c6785 /bashjmp.h
parent20587658e95dd005cd871b9b300a2601e4e3b302 (diff)
downloadbash-11a6f9a95f1a053aa8ea2f8d15cf53682717d6fe.tar.gz
commit bash-20060112 snapshot
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 12173e1a..f77e7b95 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_ */