summary refs log tree commit diff
path: root/sysdeps/htl/pt-cond-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/pt-cond-init.c')
-rw-r--r--sysdeps/htl/pt-cond-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-cond-init.c b/sysdeps/htl/pt-cond-init.c
index c5330b5931..8c996a1d1b 100644
--- a/sysdeps/htl/pt-cond-init.c
+++ b/sysdeps/htl/pt-cond-init.c
@@ -44,4 +44,4 @@ __pthread_cond_init (pthread_cond_t *cond, const pthread_condattr_t * attr)
   return 0;
 }
 
-strong_alias (__pthread_cond_init, pthread_cond_init);
+weak_alias (__pthread_cond_init, pthread_cond_init);