summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GCCLibraries/crtend/Exception.h4
-rw-r--r--runtime/GCCLibraries/libexception/Exception.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/runtime/GCCLibraries/crtend/Exception.h b/runtime/GCCLibraries/crtend/Exception.h
index 1e82f2ffbe..4d886cd920 100644
--- a/runtime/GCCLibraries/crtend/Exception.h
+++ b/runtime/GCCLibraries/crtend/Exception.h
@@ -42,8 +42,8 @@ enum {
// Language independent exception handling API...
//
extern "C" {
- bool __llvm_eh_has_uncaught_exception(void);
- void *__llvm_eh_current_uncaught_exception_type(unsigned HandlerType);
+ bool __llvm_eh_has_uncaught_exception() throw();
+ void *__llvm_eh_current_uncaught_exception_type(unsigned HandlerType) throw();
}
#endif
diff --git a/runtime/GCCLibraries/libexception/Exception.h b/runtime/GCCLibraries/libexception/Exception.h
index 1e82f2ffbe..4d886cd920 100644
--- a/runtime/GCCLibraries/libexception/Exception.h
+++ b/runtime/GCCLibraries/libexception/Exception.h
@@ -42,8 +42,8 @@ enum {
// Language independent exception handling API...
//
extern "C" {
- bool __llvm_eh_has_uncaught_exception(void);
- void *__llvm_eh_current_uncaught_exception_type(unsigned HandlerType);
+ bool __llvm_eh_has_uncaught_exception() throw();
+ void *__llvm_eh_current_uncaught_exception_type(unsigned HandlerType) throw();
}
#endif