diff options
Diffstat (limited to 'locale/xlocale.c')
-rw-r--r-- | locale/xlocale.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/xlocale.c b/locale/xlocale.c index 2f9e198aef..d9d3442621 100644 --- a/locale/xlocale.c +++ b/locale/xlocale.c @@ -41,6 +41,14 @@ struct __locale_struct _nl_C_locobj 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 |