about summary refs log tree commit diff
path: root/sysdeps/htl/pt-equal.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/pt-equal.c')
-rw-r--r--sysdeps/htl/pt-equal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-equal.c b/sysdeps/htl/pt-equal.c
index e46a04df7e..78863eecfe 100644
--- a/sysdeps/htl/pt-equal.c
+++ b/sysdeps/htl/pt-equal.c
@@ -27,4 +27,4 @@ __pthread_equal (pthread_t __t1, pthread_t __t2)
   return __t1 == __t2;
 }
 
-strong_alias (__pthread_equal, pthread_equal);
+weak_alias (__pthread_equal, pthread_equal);