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