summaryrefslogtreecommitdiff
path: root/unwind_prot.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2015-05-15 11:05:19 -0400
committerChet Ramey <chet.ramey@case.edu>2015-05-15 11:05:19 -0400
commit34ec1876071b76d3654a418682e3f34ca9a72f1a (patch)
tree4e906d11dbde270e4e0edfa2af2d74f7058f188d /unwind_prot.h
parent48abf0fdc980a0bb3f90ca007c6471b083211273 (diff)
downloadbash-34ec1876071b76d3654a418682e3f34ca9a72f1a.tar.gz
commit bash-20150501 snapshot
Diffstat (limited to 'unwind_prot.h')
-rw-r--r--unwind_prot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unwind_prot.h b/unwind_prot.h
index 4a1b256b..cbfc97ca 100644
--- a/unwind_prot.h
+++ b/unwind_prot.h
@@ -21,6 +21,8 @@
#if !defined (_UNWIND_PROT_H)
#define _UNWIND_PROT_H
+extern void uwp_init __P((void));
+
/* Run a function without interrupts. */
extern void begin_unwind_frame __P((char *));
extern void discard_unwind_frame __P((char *));