From 95ed9d843825518c57cedc32476f5be4b2675b3e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 30 Aug 2002 22:07:28 +0000 Subject: * locale/duplocale.c: Include . --- linuxthreads/pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/pthread.c') diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index ae40254..f08bfd4 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -479,7 +479,7 @@ __pthread_initialize_minimal(void) # endif #endif -#if !(USE_TLS && HAVE___THREAD) && defined SHARED +#if !(USE_TLS && HAVE___THREAD) /* Initialize thread-locale current locale to point to the global one. With __thread support, the variable's initializer takes care of this. */ __uselocale (LC_GLOBAL_LOCALE); -- cgit v1.1