summaryrefslogtreecommitdiff
path: root/bashjmp.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2006-10-10 14:15:34 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:58 +0000
commit0628567a28f3510f506ae46cb9b24b73a6d2dc5d (patch)
treeda84934c41272cdc655694846c15c1c5db807445 /bashjmp.h
parent95732b497d12c98613bb3c5db16b61f377501a59 (diff)
downloadbash-0628567a28f3510f506ae46cb9b24b73a6d2dc5d.tar.gz
Imported from ../bash-3.2.tar.gz.
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_ */