diff options
Diffstat (limited to 'locale/xlocale.c')
-rw-r--r-- | locale/xlocale.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/locale/xlocale.c b/locale/xlocale.c index 30c094d..5e25c0e 100644 --- a/locale/xlocale.c +++ b/locale/xlocale.c @@ -18,18 +18,13 @@ #include <locale.h> #include "localeinfo.h" +#include <ctype.h> #define DEFINE_CATEGORY(category, category_name, items, a) \ extern struct __locale_data _nl_C_##category; #include "categories.def" #undef DEFINE_CATEGORY -/* Defined in locale/C-ctype.c. */ -extern const char _nl_C_LC_CTYPE_class[] attribute_hidden; -extern const char _nl_C_LC_CTYPE_toupper[] attribute_hidden; -extern const char _nl_C_LC_CTYPE_tolower[] attribute_hidden; - - const struct __locale_struct _nl_C_locobj attribute_hidden = { .__locales = |