diff options
Diffstat (limited to 'nptl/pthread_self.c')
-rw-r--r-- | nptl/pthread_self.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_self.c b/nptl/pthread_self.c index 4c978e1cfa..8e21775e31 100644 --- a/nptl/pthread_self.c +++ b/nptl/pthread_self.c @@ -25,4 +25,4 @@ __pthread_self (void) { return (pthread_t) THREAD_SELF; } -strong_alias (__pthread_self, pthread_self) +weak_alias (__pthread_self, pthread_self) |