diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-05 11:03:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-05 11:03:55 +0000 |
commit | 556a97c1452106ee52ec4b293f13b99fbef6935c (patch) | |
tree | c51579f4d80115feb1858401aa771ece8c2c7704 /locale | |
parent | bf6fc6c1a5e5643f3262f2d52bab68b9d56db36f (diff) | |
download | glibc-556a97c1452106ee52ec4b293f13b99fbef6935c.tar glibc-556a97c1452106ee52ec4b293f13b99fbef6935c.tar.gz glibc-556a97c1452106ee52ec4b293f13b99fbef6935c.tar.bz2 glibc-556a97c1452106ee52ec4b293f13b99fbef6935c.zip |
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.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 |