diff options
Diffstat (limited to 'locale/global-locale.c')
-rw-r--r-- | locale/global-locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/global-locale.c b/locale/global-locale.c index 3629c72207..cf5f8cf8d8 100644 --- a/locale/global-locale.c +++ b/locale/global-locale.c @@ -61,4 +61,4 @@ struct __locale_struct _nl_global_locale attribute_hidden = #include <tls.h> /* The tsd macros don't permit an initializer. */ -__thread __locale_t __libc_tsd_LOCALE = &_nl_global_locale; +__thread locale_t __libc_tsd_LOCALE = &_nl_global_locale; |