diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-20 19:52:56 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-20 19:52:56 +0000 |
commit | 60258bd2670e1aac497702bef2427318f3921641 (patch) | |
tree | 5e32ee3100161040575e79dd37b174d220e9246c /libpthread/linuxthreads.old/sysdeps/pthread/pthread-functions.h | |
parent | 7dfaf230d2191da71f3078943ea09d014298e7b0 (diff) | |
download | uClibc-alpine-60258bd2670e1aac497702bef2427318f3921641.tar.bz2 uClibc-alpine-60258bd2670e1aac497702bef2427318f3921641.tar.xz |
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/pthread/pthread-functions.h')
-rw-r--r-- | libpthread/linuxthreads.old/sysdeps/pthread/pthread-functions.h | 5 |
1 files changed, 4 insertions, 1 deletions
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. */ |