summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-12-05 11:03:55 +0000
committerRoland McGrath <roland@gnu.org>2002-12-05 11:03:55 +0000
commit556a97c1452106ee52ec4b293f13b99fbef6935c (patch)
treec51579f4d80115feb1858401aa771ece8c2c7704 /locale
parentbf6fc6c1a5e5643f3262f2d52bab68b9d56db36f (diff)
2002-12-04 Roland McGrath <roland@redhat.com>
* locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie on _nl_current_LC_* variables.
Diffstat (limited to 'locale')
-rw-r--r--locale/localeinfo.h2
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