|
@@ -85,19 +85,17 @@
|
|
#endif
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-
|
|
+
|
|
#include <bits/uClibc_locale.h>
|
|
#include <bits/uClibc_locale.h>
|
|
|
|
|
|
#undef CODESET_LIST
|
|
#undef CODESET_LIST
|
|
#define CODESET_LIST (__locale_mmap->codeset_list)
|
|
#define CODESET_LIST (__locale_mmap->codeset_list)
|
|
|
|
|
|
#ifdef __UCLIBC_HAS_XLOCALE__
|
|
#ifdef __UCLIBC_HAS_XLOCALE__
|
|
-#include <xlocale.h>
|
|
|
|
#include <locale.h>
|
|
#include <locale.h>
|
|
#else
|
|
#else
|
|
|
|
|
|
#define __UCLIBC_HAS_XLOCALE__ 1
|
|
#define __UCLIBC_HAS_XLOCALE__ 1
|
|
-#include <xlocale.h>
|
|
|
|
#include <locale.h>
|
|
#include <locale.h>
|
|
#undef __UCLIBC_HAS_XLOCALE__
|
|
#undef __UCLIBC_HAS_XLOCALE__
|
|
#endif
|
|
#endif
|