From e7d2d48e560a2091e2a03c527c333cd7b5618b25 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 3 May 2021 09:10:57 +0200 Subject: nptl: Move pthread_rwlock_timedwrlock into libc The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- nptl/Versions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/Versions') diff --git a/nptl/Versions b/nptl/Versions index 5ffbfc11d9..98008fd829 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -89,6 +89,7 @@ libc { pthread_spin_trylock; pthread_spin_unlock; pthread_rwlock_timedrdlock; + pthread_rwlock_timedwrlock; } GLIBC_2.2.3 { pthread_getattr_np; @@ -216,6 +217,7 @@ libc { pthread_rwlock_destroy; pthread_rwlock_rdlock; pthread_rwlock_timedrdlock; + pthread_rwlock_timedwrlock; pthread_rwlock_unlock; pthread_rwlock_wrlock; pthread_setspecific; @@ -343,7 +345,6 @@ libpthread { pthread_barrierattr_init; pthread_barrierattr_setpshared; pthread_getcpuclockid; - pthread_rwlock_timedwrlock; pthread_yield; sem_timedwait; } -- cgit 1.4.1