diff options
Diffstat (limited to 'linuxthreads/libc-cancellation.c')
-rw-r--r-- | linuxthreads/libc-cancellation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linuxthreads/libc-cancellation.c b/linuxthreads/libc-cancellation.c index 18feddbf3a..b301d9174c 100644 --- a/linuxthreads/libc-cancellation.c +++ b/linuxthreads/libc-cancellation.c @@ -29,7 +29,6 @@ # ifndef SHARED weak_extern (__pthread_do_exit) -weak_extern (__pthread_thread_self) # endif int __libc_multiple_threads attribute_hidden; |