summaryrefslogtreecommitdiff
path: root/linuxthreads/pthread.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-30 22:07:28 +0000
committerRoland McGrath <roland@gnu.org>2002-08-30 22:07:28 +0000
commit95ed9d843825518c57cedc32476f5be4b2675b3e (patch)
treed3c69b8e9b860d8f3642a608201b8446d4de0d91 /linuxthreads/pthread.c
parent2b71beea82aa55d2e5aa8efa36013e0b6cc0d280 (diff)
* locale/duplocale.c: Include <string.h>.
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r--linuxthreads/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c
index ae40254982..f08bfd4652 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);