From 9f13a95b6fa848599b40b8f038f33084c5089bc1 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 3 May 2021 09:10:57 +0200 Subject: nptl: Move pthread_rwlockattr_getkind_np 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 97d62044c4..ea059546af 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -132,6 +132,7 @@ routines = \ pthread_rwlock_unlock \ pthread_rwlock_wrlock \ pthread_rwlockattr_destroy \ + pthread_rwlockattr_getkind_np \ pthread_self \ pthread_setcancelstate \ pthread_setcanceltype \ @@ -187,7 +188,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_rwlockattr_getkind_np \ pthread_rwlockattr_getpshared \ pthread_rwlockattr_init \ pthread_rwlockattr_setkind_np \ -- cgit 1.4.1