1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

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>
This commit is contained in:
Florian Weimer
2021-05-05 17:15:57 +02:00
parent 793042c63c
commit 018c75dcb1
65 changed files with 81 additions and 37 deletions

View File

@ -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