diff options
Diffstat (limited to 'nptl/pthread_self.c')
-rw-r--r-- | nptl/pthread_self.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/pthread_self.c b/nptl/pthread_self.c index 8e21775..b75af93 100644 --- a/nptl/pthread_self.c +++ b/nptl/pthread_self.c @@ -19,10 +19,8 @@ #include "pthreadP.h" #include <tls.h> - pthread_t -__pthread_self (void) +pthread_self (void) { return (pthread_t) THREAD_SELF; } -weak_alias (__pthread_self, pthread_self) |