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:16:49 +0200
commit0ace9b197c454166808e466b931a0f827a7b785c (patch)
tree49075ef16d1c3e171d3abfb754ddd8715cad37d2 /nptl/pthreadP.h
parent2c5c5c87c981fd68e7f646db0d479311e820c2f7 (diff)
downloadglibc-0ace9b197c454166808e466b931a0f827a7b785c.tar.gz
glibc-0ace9b197c454166808e466b931a0f827a7b785c.tar.xz
glibc-0ace9b197c454166808e466b931a0f827a7b785c.zip
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>
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 d98bd11d6e..6c50736684 100644
--- a/nptl/pthreadP.h
+++ b/nptl/pthreadP.h
@@ -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);