diff --git a/ndk/platforms/android-3/include/locale.h b/ndk/platforms/android-3/include/locale.h index df4292172..4259ddda7 100644 --- a/ndk/platforms/android-3/include/locale.h +++ b/ndk/platforms/android-3/include/locale.h @@ -51,9 +51,8 @@ enum { extern char *setlocale(int category, const char *locale); -/* Make libstdc++-v3 happy. */ +#if 1 /* MISSING FROM BIONIC - DEFINED TO MAKE libstdc++-v3 happy */ struct lconv { }; -#if 0 /* MISSING FROM BIONIC */ struct lconv *localeconv(void); #endif /* MISSING */