diff options
Diffstat (limited to 'locale/C-numeric.c')
-rw-r--r-- | locale/C-numeric.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/C-numeric.c b/locale/C-numeric.c index 1171a4b..3c53486 100644 --- a/locale/C-numeric.c +++ b/locale/C-numeric.c @@ -24,7 +24,8 @@ const struct locale_data _nl_C_LC_NUMERIC attribute_hidden = { _nl_C_name, - NULL, 0, 0, /* no file mapped */ + NULL, 0, 0, /* no file mapped */ + { NULL, }, /* no cached data */ UNDELETABLE, 0, 6, |