From 556a97c1452106ee52ec4b293f13b99fbef6935c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 5 Dec 2002 11:03:55 +0000 Subject: 2002-12-04 Roland McGrath * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie on _nl_current_LC_* variables. --- locale/localeinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') 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 -- cgit v1.2.3