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 cad5b95..d90437e 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