From 3fa21fd813ac323f2890812b99663d7cf17578eb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 31 Mar 2004 01:47:34 +0000 Subject: Update. 2004-03-30 Ulrich Drepper * sysdeps/generic/libc-start.c (LIBC_START_MAIN) [HAVE_CLEANUP_JMP_BUF]: Call __nptl_deallocate_tsd. --- nptl/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/init.c') diff --git a/nptl/init.c b/nptl/init.c index 47bb0a6f72..e58dae0ba6 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -130,7 +130,8 @@ static const struct pthread_functions pthread_functions = .ptr__pthread_cleanup_push_defer = __pthread_cleanup_push_defer, .ptr__pthread_cleanup_pop_restore = __pthread_cleanup_pop_restore, .ptr_nthreads = &__nptl_nthreads, - .ptr___pthread_unwind = &__pthread_unwind + .ptr___pthread_unwind = &__pthread_unwind, + .ptr__nptl_deallocate_tsd = __nptl_deallocate_tsd }; # define ptr_pthread_functions &pthread_functions #else -- cgit 1.4.1