mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
nptl: Move pthread_rwlock_timedrdlock into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@ -512,7 +512,7 @@ extern int __pthread_rwlock_clockwrlock64 (pthread_rwlock_t *rwlock,
|
||||
libc_hidden_proto (__pthread_rwlock_clockwrlock64)
|
||||
extern int __pthread_rwlock_timedrdlock64 (pthread_rwlock_t *rwlock,
|
||||
const struct __timespec64 *abstime);
|
||||
libpthread_hidden_proto (__pthread_rwlock_timedrdlock64)
|
||||
libc_hidden_proto (__pthread_rwlock_timedrdlock64)
|
||||
extern int __pthread_rwlock_timedwrlock64 (pthread_rwlock_t *rwlock,
|
||||
const struct __timespec64 *abstime);
|
||||
libpthread_hidden_proto (__pthread_rwlock_timedwrlock64)
|
||||
|
Reference in New Issue
Block a user