mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move pthread_rwlock_clockrdlock 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:
@ -505,7 +505,7 @@ libc_hidden_proto (__pthread_cond_clockwait64)
|
||||
extern int __pthread_rwlock_clockrdlock64 (pthread_rwlock_t *rwlock,
|
||||
clockid_t clockid,
|
||||
const struct __timespec64 *abstime);
|
||||
libpthread_hidden_proto (__pthread_rwlock_clockrdlock64)
|
||||
libc_hidden_proto (__pthread_rwlock_clockrdlock64)
|
||||
extern int __pthread_rwlock_clockwrlock64 (pthread_rwlock_t *rwlock,
|
||||
clockid_t clockid,
|
||||
const struct __timespec64 *abstime);
|
||||
|
Reference in New Issue
Block a user