diff options
Diffstat (limited to 'linker/linker_libcxx_support.cpp')
-rw-r--r-- | linker/linker_libcxx_support.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker/linker_libcxx_support.cpp b/linker/linker_libcxx_support.cpp index e7b23e056..11e0f40be 100644 --- a/linker/linker_libcxx_support.cpp +++ b/linker/linker_libcxx_support.cpp @@ -26,8 +26,8 @@ * SUCH DAMAGE. */ -#include "private/libc_logging.h" +#include <async_safe/log.h> void* __find_icu_symbol(const char* symbol_name __attribute__((__unused__))) { - __libc_fatal("__find_icu_symbol should not be called in the linker"); + async_safe_fatal("__find_icu_symbol should not be called in the linker"); } |