diff options
Diffstat (limited to 'libpthread/nptl/pt-cleanup.c')
-rw-r--r-- | libpthread/nptl/pt-cleanup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pt-cleanup.c b/libpthread/nptl/pt-cleanup.c index f72ea26e9..97673b6c5 100644 --- a/libpthread/nptl/pt-cleanup.c +++ b/libpthread/nptl/pt-cleanup.c @@ -23,6 +23,7 @@ #include <jmpbuf-unwind.h> void +attribute_protected __pthread_cleanup_upto (__jmp_buf target, char *targetframe) { struct pthread *self = THREAD_SELF; |