diff options
author | Chet Ramey <chet.ramey@case.edu> | 2015-05-15 11:05:19 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2015-05-15 11:05:19 -0400 |
commit | 34ec1876071b76d3654a418682e3f34ca9a72f1a (patch) | |
tree | 4e906d11dbde270e4e0edfa2af2d74f7058f188d /unwind_prot.h | |
parent | 48abf0fdc980a0bb3f90ca007c6471b083211273 (diff) | |
download | bash-34ec1876071b76d3654a418682e3f34ca9a72f1a.tar.gz |
commit bash-20150501 snapshot
Diffstat (limited to 'unwind_prot.h')
-rw-r--r-- | unwind_prot.h | 2 |
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 *)); |