summary refs log tree commit diff
path: root/htl/pt-join.c
diff options
context:
space:
mode:
Diffstat (limited to 'htl/pt-join.c')
-rw-r--r--htl/pt-join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/pt-join.c b/htl/pt-join.c
index ecb79e7c49..0473511be9 100644
--- a/htl/pt-join.c
+++ b/htl/pt-join.c
@@ -76,4 +76,4 @@ __pthread_join (pthread_t thread, void **status)
 
   return err;
 }
-strong_alias (__pthread_join, pthread_join);
+weak_alias (__pthread_join, pthread_join);