diff options
Diffstat (limited to 'locale/C-collate.c')
-rw-r--r-- | locale/C-collate.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/locale/C-collate.c b/locale/C-collate.c index 7875f5de22..7302682b30 100644 --- a/locale/C-collate.c +++ b/locale/C-collate.c @@ -150,13 +150,20 @@ const struct locale_data _nl_C_LC_COLLATE = _nl_C_name, NULL, 0, 0, /* no file mapped */ UNDELETABLE, - 6, + 13, { { word: 0 }, { string: NULL }, { string: NULL }, { string: NULL }, { string: NULL }, + { string: NULL }, + { word: 0 }, + { word: 0 }, + { string: NULL }, + { string: NULL }, + { string: NULL }, + { string: NULL }, { string: NULL } } }; |