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:
@ -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
|
||||
|
Reference in New Issue
Block a user