From 2392feb17188fed30bc16fd032e0a43e022b8ead Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 3 May 2021 09:10:57 +0200 Subject: nptl: Move pthread_rwlock_timedrdlock into libc The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index 281c771ebb..dce39abbb1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -125,6 +125,7 @@ routines = \ pthread_rwlock_destroy \ pthread_rwlock_init \ pthread_rwlock_rdlock \ + pthread_rwlock_timedrdlock \ pthread_rwlock_unlock \ pthread_rwlock_wrlock \ pthread_self \ @@ -182,7 +183,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_rwlock_timedrdlock \ pthread_rwlock_timedwrlock \ pthread_rwlock_tryrdlock \ pthread_rwlock_trywrlock \ -- cgit 1.4.1