diff options
Diffstat (limited to 'sysdeps/htl/pt-cond-timedwait.c')
-rw-r--r-- | sysdeps/htl/pt-cond-timedwait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-cond-timedwait.c b/sysdeps/htl/pt-cond-timedwait.c index b5ce2f023e..d27f7ba8d6 100644 --- a/sysdeps/htl/pt-cond-timedwait.c +++ b/sysdeps/htl/pt-cond-timedwait.c @@ -34,7 +34,7 @@ __pthread_cond_timedwait (pthread_cond_t *cond, return __pthread_cond_timedwait_internal (cond, mutex, abstime); } -strong_alias (__pthread_cond_timedwait, pthread_cond_timedwait); +weak_alias (__pthread_cond_timedwait, pthread_cond_timedwait); struct cancel_ctx { |