diff options
Diffstat (limited to 'sysdeps/mach/hurd/htl/pt-mutex-timedlock.c')
-rw-r--r-- | sysdeps/mach/hurd/htl/pt-mutex-timedlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/htl/pt-mutex-timedlock.c b/sysdeps/mach/hurd/htl/pt-mutex-timedlock.c index 3aa7d798b2..b11bfc87c8 100644 --- a/sysdeps/mach/hurd/htl/pt-mutex-timedlock.c +++ b/sysdeps/mach/hurd/htl/pt-mutex-timedlock.c @@ -76,5 +76,5 @@ __pthread_mutex_timedlock (pthread_mutex_t *mtxp, const struct timespec *tsp) return ret; } -strong_alias (__pthread_mutex_timedlock, pthread_mutex_timedlock) +weak_alias (__pthread_mutex_timedlock, pthread_mutex_timedlock) hidden_def (__pthread_mutex_timedlock) |