diff options
author | Dan Albert <danalbert@google.com> | 2018-02-07 21:58:48 +0000 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2018-02-07 21:58:48 +0000 |
commit | 9bc04e98c5bd429cd49790ebf0a799c6a71427c5 (patch) | |
tree | 69cf64ebe502ebd1e700fc96b0378eeed68f942d | |
parent | 8baa9c77e3b2c063c8fa26627787730a610ce4f4 (diff) | |
download | bcm5719-llvm-9bc04e98c5bd429cd49790ebf0a799c6a71427c5.tar.gz bcm5719-llvm-9bc04e98c5bd429cd49790ebf0a799c6a71427c5.zip |
Stop using __strtonum_fallback on Android.
Fallback implementations are now provided by bionic when necessary,
which these may conflict with.
llvm-svn: 324534
-rw-r--r-- | libcxx/include/support/android/locale_bionic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/support/android/locale_bionic.h b/libcxx/include/support/android/locale_bionic.h index 482e2343358..081035d45d3 100644 --- a/libcxx/include/support/android/locale_bionic.h +++ b/libcxx/include/support/android/locale_bionic.h @@ -25,7 +25,6 @@ extern "C" { #endif #include <support/xlocale/__posix_l_fallback.h> -#include <support/xlocale/__strtonum_fallback.h> #endif // defined(__BIONIC__) #endif // _LIBCPP_SUPPORT_ANDROID_LOCALE_BIONIC_H |