From da8e3710d8791f4b7f164ba9eb45b823ada44634 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Apr 2021 10:11:51 +0200 Subject: nptl: Move pthread_spin_lock 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 dd7fa95c2b..011f53eab2 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -131,6 +131,7 @@ routines = \ pthread_sigmask \ pthread_spin_destroy \ pthread_spin_init \ + pthread_spin_lock \ pthread_spin_unlock \ tpp \ unwind \ @@ -197,7 +198,6 @@ libpthread-routines = \ pthread_setname \ pthread_setschedprio \ pthread_sigqueue \ - pthread_spin_lock \ pthread_spin_trylock \ pthread_testcancel \ pthread_timedjoin \ -- cgit 1.4.1