about summary refs log tree commit diff
path: root/sysdeps/htl/pt-cond-wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/pt-cond-wait.c')
-rw-r--r--sysdeps/htl/pt-cond-wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-cond-wait.c b/sysdeps/htl/pt-cond-wait.c
index a8a7eb3332..2e87db0ca6 100644
--- a/sysdeps/htl/pt-cond-wait.c
+++ b/sysdeps/htl/pt-cond-wait.c
@@ -35,4 +35,4 @@ __pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex)
   return __pthread_cond_timedwait_internal (cond, mutex, 0);
 }
 
-strong_alias (__pthread_cond_wait, pthread_cond_wait);
+weak_alias (__pthread_cond_wait, pthread_cond_wait);