diff options
Diffstat (limited to 'nptl/semaphoreP.h')
-rw-r--r-- | nptl/semaphoreP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/semaphoreP.h b/nptl/semaphoreP.h index f030f0e..43ad849 100644 --- a/nptl/semaphoreP.h +++ b/nptl/semaphoreP.h @@ -57,5 +57,5 @@ __sem_clockwait64 (sem_t *sem, clockid_t clockid, libc_hidden_proto (__sem_clockwait64) extern int __sem_timedwait64 (sem_t *sem, const struct __timespec64 *abstime); -libpthread_hidden_proto (__sem_timedwait64) +libc_hidden_proto (__sem_timedwait64) #endif |