am 10795d84: Declare localeconv() in <locale.h>
* commit '10795d840b0991fd6150475803610b125d4ea262': Declare localeconv() in <locale.h>
This commit is contained in:
committed by
Android Git Automerger
commit
33d21904a4
@@ -51,9 +51,8 @@ enum {
|
|||||||
|
|
||||||
extern char *setlocale(int category, const char *locale);
|
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 { };
|
struct lconv { };
|
||||||
#if 0 /* MISSING FROM BIONIC */
|
|
||||||
struct lconv *localeconv(void);
|
struct lconv *localeconv(void);
|
||||||
#endif /* MISSING */
|
#endif /* MISSING */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user