blob: 1af927a5a3272ec45b5b24669adf7b1b71d16eac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- contrib/restricted/boost/core/include/boost/core/uncaught_exceptions.hpp (index)
+++ contrib/restricted/boost/core/include/boost/core/uncaught_exceptions.hpp (working tree)
@@ -88,11 +88,6 @@
)
namespace __cxxabiv1 {
struct __cxa_eh_globals;
-#if defined(__OpenBSD__)
-extern "C" __cxa_eh_globals* __cxa_get_globals();
-#else
-extern "C" __cxa_eh_globals* __cxa_get_globals() BOOST_NOEXCEPT_OR_NOTHROW __attribute__((__const__));
-#endif
} // namespace __cxxabiv1
#endif
#endif
|