summary refs log tree commit diff
path: root/htl/pt-self.c
diff options
context:
space:
mode:
Diffstat (limited to 'htl/pt-self.c')
-rw-r--r--htl/pt-self.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/pt-self.c b/htl/pt-self.c
index fa38df2b6f..e2bc1b97a5 100644
--- a/htl/pt-self.c
+++ b/htl/pt-self.c
@@ -30,4 +30,4 @@ __pthread_self (void)
   return self->thread;
 }
 
-strong_alias (__pthread_self, pthread_self);
+weak_alias (__pthread_self, pthread_self);