diff options
Diffstat (limited to 'locale/C-collate.c')
-rw-r--r-- | locale/C-collate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/C-collate.c b/locale/C-collate.c index f6db63feb7..f5a61f2b5c 100644 --- a/locale/C-collate.c +++ b/locale/C-collate.c @@ -101,7 +101,8 @@ static const uint32_t collseqwc[] = const struct locale_data _nl_C_LC_COLLATE attribute_hidden = { _nl_C_name, - NULL, 0, 0, /* no file mapped */ + NULL, 0, 0, /* no file mapped */ + { NULL, }, /* no cached data */ UNDELETABLE, 0, 19, |