2002-12-04 Roland McGrath <roland@redhat.com>

* locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
	on _nl_current_LC_* variables.
This commit is contained in:
Roland McGrath 2002-12-05 11:03:55 +00:00
parent bf6fc6c1a5
commit 556a97c145

View file

@ -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