* commit '33d21904a4677f10aa651abb39d0c7c9308e104b': Declare localeconv() in <locale.h>
This commit is contained in:
committed by
Android Git Automerger
commit
7e73103bb8
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user