1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Declare __pthread_unwind. Define __do_cancel to use it. Declare old cleanup handler installation functions.

This commit is contained in:
Ulrich Drepper
2003-04-12 00:14:16 +00:00
parent 32b0da568d
commit 6efd481484
9 changed files with 282 additions and 87 deletions

View File

@ -121,7 +121,8 @@ static struct pthread_functions pthread_functions =
.ptr___pthread_setspecific = __pthread_setspecific_internal,
.ptr__pthread_cleanup_push_defer = __pthread_cleanup_push_defer,
.ptr__pthread_cleanup_pop_restore = __pthread_cleanup_pop_restore,
.ptr_nthreads = &__nptl_nthreads
.ptr_nthreads = &__nptl_nthreads,
.ptr___pthread_unwind = &__pthread_unwind
};
# define ptr_pthread_functions &pthread_functions
#else