am 33d21904: am 10795d84: Declare localeconv() in <locale.h>

* commit '33d21904a4677f10aa651abb39d0c7c9308e104b':
  Declare localeconv() in <locale.h>
This commit is contained in:
David 'Digit' Turner
2010-11-03 08:31:09 -07:00
committed by Android Git Automerger

View File

@@ -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 */