diff options
-rw-r--r-- | locale/localeinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/localeinfo.h b/locale/localeinfo.h index 5510e6f57a..466c16015c 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -215,7 +215,7 @@ __libc_tsd_define (extern, LOCALE) associated with this category. */ #define DEFINE_CATEGORY(category, category_name, items, a) \ extern __thread struct locale_data *const *_nl_current_##category \ - attribute_hidden; + attribute_hidden attribute_tls_model_ie; #include "categories.def" #undef DEFINE_CATEGORY |