From c8141d994e34babad60b3bb13f3b96636ce4d563 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Thu, 11 Jan 2007 22:39:13 +0000 Subject: Peter Mazinger pointed out that my last commit was faulty. This should fix it. --- libpthread/linuxthreads.old/pthread.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread/linuxthreads.old/pthread.c') diff --git a/libpthread/linuxthreads.old/pthread.c b/libpthread/linuxthreads.old/pthread.c index 2efb4d2d4..19e826515 100644 --- a/libpthread/linuxthreads.old/pthread.c +++ b/libpthread/linuxthreads.old/pthread.c @@ -336,6 +336,8 @@ struct pthread_functions __pthread_functions = .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_restore = _pthread_cleanup_pop_restore, }; #ifdef SHARED # define ptr_pthread_functions &__pthread_functions -- cgit v1.2.3