diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-05 17:15:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-05 17:19:48 +0200 |
commit | 018c75dcb1ee93f3ff0d3d9cbdf1fe48aa630315 (patch) | |
tree | a3553b7fa23e420e93f1f23a3fb7d7aea95765dc /nptl/semaphoreP.h | |
parent | 793042c63c511f5280e960108b2f0b13e115245d (diff) | |
download | glibc-018c75dcb1ee93f3ff0d3d9cbdf1fe48aa630315.tar.gz glibc-018c75dcb1ee93f3ff0d3d9cbdf1fe48aa630315.tar.xz glibc-018c75dcb1ee93f3ff0d3d9cbdf1fe48aa630315.zip |
nptl: Move sem_timedwait into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 f030f0e4de..43ad849761 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 |