From ce4b3b7befc1010a4be0294d28984d0af47b7bc2 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 22 Apr 2021 15:18:12 +0200 Subject: nptl: Move pthread_spin_init, Move pthread_spin_unlock into libc For some architectures, the two functions are aliased, so these symbols need to be moved at the same time. The symbols were moved using scripts/move-symbol-to-libc.py. --- nptl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index 7b36d85f6b..dd7fa95c2b 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -130,6 +130,8 @@ routines = \ pthread_setspecific \ pthread_sigmask \ pthread_spin_destroy \ + pthread_spin_init \ + pthread_spin_unlock \ tpp \ unwind \ @@ -195,10 +197,8 @@ libpthread-routines = \ pthread_setname \ pthread_setschedprio \ pthread_sigqueue \ - pthread_spin_init \ pthread_spin_lock \ pthread_spin_trylock \ - pthread_spin_unlock \ pthread_testcancel \ pthread_timedjoin \ pthread_tryjoin \ -- cgit 1.4.1