about summary refs log tree commit diff
path: root/nptl/pthreadP.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-03 09:10:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-03 09:18:04 +0200
commit2392feb17188fed30bc16fd032e0a43e022b8ead (patch)
tree0580b921bec4d9771d036e0995ef8bf2a0309db1 /nptl/pthreadP.h
parent63627246f3e0aae274e04a8ef1edcd05a11afa65 (diff)
downloadglibc-2392feb17188fed30bc16fd032e0a43e022b8ead.tar.gz
glibc-2392feb17188fed30bc16fd032e0a43e022b8ead.tar.xz
glibc-2392feb17188fed30bc16fd032e0a43e022b8ead.zip
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>
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r--nptl/pthreadP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h
index 70e17cb78f..f51a915f1e 100644
--- a/nptl/pthreadP.h
+++ b/nptl/pthreadP.h
@@ -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)