aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/unwind-cxx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/libsupc++/unwind-cxx.h')
-rw-r--r--libstdc++-v3/libsupc++/unwind-cxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/libsupc++/unwind-cxx.h b/libstdc++-v3/libsupc++/unwind-cxx.h
index 67ea5cc2110..e79dd83628e 100644
--- a/libstdc++-v3/libsupc++/unwind-cxx.h
+++ b/libstdc++-v3/libsupc++/unwind-cxx.h
@@ -107,6 +107,7 @@ extern "C" void __cxa_throw (void *thrown_exception,
__attribute__((noreturn));
// Used to implement exception handlers.
+extern "C" void *__cxa_get_exception_ptr (void *) throw();
extern "C" void *__cxa_begin_catch (void *) throw();
extern "C" void __cxa_end_catch ();
extern "C" void __cxa_rethrow () __attribute__((noreturn));