mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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 <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
GLIBC_2.32 __errno_location F
|
||||
GLIBC_2.32 pthread_create F
|
||||
GLIBC_2.32 pthread_getattr_default_np F
|
||||
GLIBC_2.32 pthread_getconcurrency F
|
||||
GLIBC_2.32 pthread_getcpuclockid F
|
||||
GLIBC_2.32 pthread_getname_np F
|
||||
GLIBC_2.32 pthread_setaffinity_np F
|
||||
GLIBC_2.32 pthread_setconcurrency F
|
||||
GLIBC_2.32 pthread_setname_np F
|
||||
GLIBC_2.32 pthread_setschedprio F
|
||||
GLIBC_2.32 pthread_sigqueue F
|
||||
|
Reference in New Issue
Block a user