diff options
Diffstat (limited to 'locale/global-locale.c')
-rw-r--r-- | locale/global-locale.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/global-locale.c b/locale/global-locale.c index bec7498dae..a5cae3c5d1 100644 --- a/locale/global-locale.c +++ b/locale/global-locale.c @@ -46,6 +46,14 @@ struct __locale_struct _nl_global_locale attribute_hidden = #include "categories.def" #undef DEFINE_CATEGORY }, + .__names = + { + [LC_ALL] = _nl_C_name, +#define DEFINE_CATEGORY(category, category_name, items, a) \ + [category] = _nl_C_name, +#include "categories.def" +#undef DEFINE_CATEGORY + }, .__ctype_b = (const unsigned short int *) _nl_C_LC_CTYPE_class + 128, .__ctype_tolower = (const int *) _nl_C_LC_CTYPE_tolower + 128, .__ctype_toupper = (const int *) _nl_C_LC_CTYPE_toupper + 128 |