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