diff options
Diffstat (limited to 'contrib/libc++/include/__debug')
-rw-r--r-- | contrib/libc++/include/__debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libc++/include/__debug b/contrib/libc++/include/__debug index d95e339..d01bacd 100644 --- a/contrib/libc++/include/__debug +++ b/contrib/libc++/include/__debug @@ -74,7 +74,7 @@ typedef void(*__libcpp_debug_function_type)(__libcpp_debug_info const&); /// __libcpp_debug_function - The handler function called when a _LIBCPP_ASSERT /// fails. -extern __libcpp_debug_function_type __libcpp_debug_function; +extern _LIBCPP_EXTERN_VIS __libcpp_debug_function_type __libcpp_debug_function; /// __libcpp_abort_debug_function - A debug handler that aborts when called. _LIBCPP_NORETURN _LIBCPP_FUNC_VIS |