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 --- sysdeps/unix/sysv/linux/csky/libpthread.abilist | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/csky/libpthread.abilist') diff --git a/sysdeps/unix/sysv/linux/csky/libpthread.abilist b/sysdeps/unix/sysv/linux/csky/libpthread.abilist index 5ca17e61c6..42df3c726d 100644 --- a/sysdeps/unix/sysv/linux/csky/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/csky/libpthread.abilist @@ -1,11 +1,9 @@ GLIBC_2.29 __errno_location F GLIBC_2.29 pthread_create F GLIBC_2.29 pthread_getattr_default_np F -GLIBC_2.29 pthread_getconcurrency F GLIBC_2.29 pthread_getcpuclockid F GLIBC_2.29 pthread_getname_np F GLIBC_2.29 pthread_setaffinity_np F -GLIBC_2.29 pthread_setconcurrency F GLIBC_2.29 pthread_setname_np F GLIBC_2.29 pthread_setschedprio F GLIBC_2.29 pthread_sigqueue F -- cgit 1.4.1