diff options
Diffstat (limited to 'locale/localeinfo.h')
-rw-r--r-- | locale/localeinfo.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/locale/localeinfo.h b/locale/localeinfo.h index 4f746a2..5c1f27f 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -215,9 +215,7 @@ __libc_tsd_define (extern, LOCALE) we can use __thread variables. So only in that case do we attempt this. */ #if !defined SHARED && defined HAVE___THREAD && defined HAVE_WEAK_SYMBOLS # include <tls.h> -# if USE_TLS -# define NL_CURRENT_INDIRECT 1 -# endif +# define NL_CURRENT_INDIRECT 1 #endif #ifdef NL_CURRENT_INDIRECT |