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/sysdeps/pthread/pthread-functions.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libpthread/linuxthreads.old/sysdeps') diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/pthread-functions.h b/libpthread/linuxthreads.old/sysdeps/pthread/pthread-functions.h index 846dc425b..ce6d10fba 100644 --- a/libpthread/linuxthreads.old/sysdeps/pthread/pthread-functions.h +++ b/libpthread/linuxthreads.old/sysdeps/pthread/pthread-functions.h @@ -84,9 +84,12 @@ struct pthread_functions const struct timespec *); void (*ptr__pthread_cleanup_push) (struct _pthread_cleanup_buffer * buffer, void (*routine)(void *), void * arg); - + void (*ptr__pthread_cleanup_push_defer) (struct _pthread_cleanup_buffer * buffer, + void (*routine)(void *), void * arg); void (*ptr__pthread_cleanup_pop) (struct _pthread_cleanup_buffer * buffer, int execute); + void (*ptr__pthread_cleanup_pop_restore) (struct _pthread_cleanup_buffer * buffer, + int execute); }; /* Variable in libc.so. */ -- cgit v1.2.3