diff options
Diffstat (limited to 'locale/setlocale.c')
-rw-r--r-- | locale/setlocale.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/locale/setlocale.c b/locale/setlocale.c index 4b6a300481..54ca416887 100644 --- a/locale/setlocale.c +++ b/locale/setlocale.c @@ -36,8 +36,7 @@ then nothing is using the locale data. */ #define DEFINE_CATEGORY(category, category_name, items, a, b, c, d) \ extern struct locale_data *_nl_current_##category; \ -extern struct locale_data _nl_C_##category; \ -weak_extern (_nl_current_##category) weak_extern (_nl_C_##category) +extern struct locale_data _nl_C_##category; #include "categories.def" #undef DEFINE_CATEGORY |