mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
* sysdeps/unix/sysv/linux/libc_pthread_init.c (freeres_libpthread):
Only define ifdef SHARED.
This commit is contained in:
parent
f5a8277232
commit
d678ebc16b
@ -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...
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user