summaryrefslogtreecommitdiff
path: root/misc/uClibc++/libxx/uClibc++/eh_terminate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'misc/uClibc++/libxx/uClibc++/eh_terminate.cxx')
-rw-r--r--misc/uClibc++/libxx/uClibc++/eh_terminate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/uClibc++/libxx/uClibc++/eh_terminate.cxx b/misc/uClibc++/libxx/uClibc++/eh_terminate.cxx
index 5b9e1aa2e..03c336a49 100644
--- a/misc/uClibc++/libxx/uClibc++/eh_terminate.cxx
+++ b/misc/uClibc++/libxx/uClibc++/eh_terminate.cxx
@@ -58,7 +58,7 @@ namespace std
/** The runtime will call this function if an %exception is thrown which
* violates the function's %exception specification.
*/
-
+
_UCXXEXPORT void unexpected(void) throw()
{
if (__unexpected_handler)