diff options
Diffstat (limited to 'nptl/sem_clockwait.c')
-rw-r--r-- | nptl/sem_clockwait.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/sem_clockwait.c b/nptl/sem_clockwait.c index 2739799..19751af 100644 --- a/nptl/sem_clockwait.c +++ b/nptl/sem_clockwait.c @@ -49,7 +49,8 @@ ___sem_clockwait64 (sem_t *sem, clockid_t clockid, #if __TIMESIZE == 64 strong_alias (___sem_clockwait64, ___sem_clockwait) #else /* __TIMESPEC64 != 64 */ -libc_hidden_ver (___sem_clockwait64, __sem_clockwait64) +strong_alias (___sem_clockwait64, __sem_clockwait64) +libc_hidden_def (__sem_clockwait64) int ___sem_clockwait (sem_t *sem, clockid_t clockid, const struct timespec *abstime) |