summaryrefslogtreecommitdiff
path: root/nptl/init.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-08-25 06:45:16 +0000
committerJakub Jelinek <jakub@redhat.com>2006-08-25 06:45:16 +0000
commit44731509844946ccd2c2ee1de87901c171dadcc5 (patch)
tree83e065c21bd400661e9a594289ec3114cd10d051 /nptl/init.c
parent4728cb644861ff8c58586702bf6815c50a1c0dd2 (diff)
Updated to fedora-glibc-20060825T0639
Diffstat (limited to 'nptl/init.c')
-rw-r--r--nptl/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nptl/init.c b/nptl/init.c
index 7cfe803c42..14441153b8 100644
--- a/nptl/init.c
+++ b/nptl/init.c
@@ -136,7 +136,9 @@ static const struct pthread_functions pthread_functions =
.ptr_nthreads = &__nptl_nthreads,
.ptr___pthread_unwind = &__pthread_unwind,
.ptr__nptl_deallocate_tsd = __nptl_deallocate_tsd,
- .ptr__nptl_setxid = __nptl_setxid
+ .ptr__nptl_setxid = __nptl_setxid,
+ /* For now only the stack cache needs to be freed. */
+ .ptr_freeres = __free_stack_cache
};
# define ptr_pthread_functions &pthread_functions
#else