summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/pthread.c
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2007-01-11 22:39:13 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2007-01-11 22:39:13 +0000
commitc8141d994e34babad60b3bb13f3b96636ce4d563 (patch)
tree483dd165228f95400d6dfb48cedbb7f4e49058e5 /libpthread/linuxthreads/pthread.c
parent3560961878b15be5ecad9cb0ea61cfb17f1da990 (diff)
Peter Mazinger pointed out that my last commit was faulty.
This should fix it.
Diffstat (limited to 'libpthread/linuxthreads/pthread.c')
-rw-r--r--libpthread/linuxthreads/pthread.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/pthread.c b/libpthread/linuxthreads/pthread.c
index 9eb89142d..64aad7cc1 100644
--- a/libpthread/linuxthreads/pthread.c
+++ b/libpthread/linuxthreads/pthread.c
@@ -278,7 +278,9 @@ struct pthread_functions __pthread_functions =
.ptr_pthread_sigwait = __pthread_sigwait,
.ptr_pthread_raise = __pthread_raise,
.ptr__pthread_cleanup_push = _pthread_cleanup_push,
- .ptr__pthread_cleanup_pop = _pthread_cleanup_pop
+ .ptr__pthread_cleanup_push_defer = _pthread_cleanup_push_defer,
+ .ptr__pthread_cleanup_pop = _pthread_cleanup_pop,
+ .ptr__pthread_cleanup_pop_restore = _pthread_cleanup_pop_restore,
};
#ifdef SHARED
# define ptr_pthread_functions &__pthread_functions