From fec776b827755a0aac17a0745bc38c2329aad5ca Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 11 May 2021 20:22:33 +0200 Subject: nptl: Move pthread_getconcurrency, pthread_setconcurrency into libc The symbols were moved using scripts/move-symbol-to-libc.py, in one commit due to their dependency on the internal __concurrency_level variable. Reviewed-by: Adhemerval Zanella --- nptl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index 5ce295c96f..37a762d530 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -113,6 +113,7 @@ routines = \ pthread_exit \ pthread_getaffinity \ pthread_getattr_np \ + pthread_getconcurrency \ pthread_getschedparam \ pthread_getspecific \ pthread_join \ @@ -167,6 +168,7 @@ routines = \ pthread_setattr_default_np \ pthread_setcancelstate \ pthread_setcanceltype \ + pthread_setconcurrency \ pthread_setschedparam \ pthread_setspecific \ pthread_sigmask \ @@ -204,11 +206,9 @@ libpthread-routines = \ pt-interp \ pthread_create \ pthread_getattr_default_np \ - pthread_getconcurrency \ pthread_getcpuclockid \ pthread_getname \ pthread_setaffinity \ - pthread_setconcurrency \ pthread_setname \ pthread_setschedprio \ pthread_sigqueue \ -- cgit 1.4.1