From 8a229ee93c17cf5d0aff9ba81a3acfa146f1dae0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Apr 2021 09:48:09 +0200 Subject: nptl: Move pthread_mutexattr_setpshared into libc The symbol was moved using scripts/move-symbol-to-libc.py. --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index 96a01e1c0d..1565beb84f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -112,6 +112,7 @@ routines = \ pthread_mutexattr_init \ pthread_mutexattr_setprioceiling \ pthread_mutexattr_setprotocol \ + pthread_mutexattr_setpshared \ pthread_once \ pthread_rwlock_rdlock \ pthread_rwlock_unlock \ @@ -171,7 +172,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_mutexattr_setpshared \ pthread_mutexattr_setrobust \ pthread_mutexattr_settype \ pthread_rwlock_clockrdlock \ -- cgit 1.4.1