]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix the last change. The variable still has to end in _data.
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 Aug 2002 03:49:39 +0000 (03:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 Aug 2002 03:49:39 +0000 (03:49 +0000)
locale/xlocale.c

index cad5b95eda6a4c90dad6e89074a5f652616c3475..d90437e1f94250f35f32183df3c8128e628eaea2 100644 (file)
@@ -66,7 +66,7 @@ __thread void *__libc_tsd_LOCALE = &_nl_global_locale;
 __libc_tsd_define (, LOCALE)
 /* This is a bad kludge presuming the variable name used by the macros.
    Using typeof makes sure to barf if we do not match the macro definition.  */
-__typeof (__libc_tsd_LOCALE) __libc_tsd_LOCALE = &_nl_global_locale;
+__typeof (__libc_tsd_LOCALE) __libc_tsd_LOCALE_data = &_nl_global_locale;
 # endif
 
 #endif