]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/sysv/linux/libc_pthread_init.c (freeres_libpthread):
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Aug 2006 13:29:19 +0000 (13:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Aug 2006 13:29:19 +0000 (13:29 +0000)
Only define ifdef SHARED.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c

index 7ed7b38e11782c29750eaa83e044c09a734a5049..e84d149d7739f48f3943d1784f469407360c3b2d 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/libc_pthread_init.c (freeres_libpthread):
+       Only define ifdef SHARED.
+
 2006-08-23  Ulrich Drepper  <drepper@redhat.com>
 
        * allocatestack.c (queue_stack): Move freeing of surplus stacks to...
index 4e0001af91bc7d629fcaeb2443d2457e93181e57..714ad49428dd29e44b0939e8b4427c47fd5d338d 100644 (file)
@@ -58,9 +58,10 @@ __libc_pthread_init (ptr, reclaim, functions)
 #endif
 }
 
-
+#ifdef SHARED
 libc_freeres_fn (freeres_libptread)
 {
   if (__libc_pthread_functions.ptr_freeres != NULL)
     __libc_pthread_functions.ptr_freeres ();
 }
+#endif
This page took 0.057075 seconds and 5 git commands to generate.