diff options
Diffstat (limited to 'libpthread/nptl/pthread_self.c')
-rw-r--r-- | libpthread/nptl/pthread_self.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_self.c b/libpthread/nptl/pthread_self.c index 61cb2a7be..f0e3b3f98 100644 --- a/libpthread/nptl/pthread_self.c +++ b/libpthread/nptl/pthread_self.c @@ -22,7 +22,6 @@ pthread_t -attribute_hidden __pthread_self (void) { return (pthread_t) THREAD_SELF; |