mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
nptl: Move pthread_getschedparam implementation into libc
This is part of the libpthread removal project: <https://sourceware.org/ml/libc-alpha/2019-10/msg00080.html> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -52,7 +52,6 @@ GLIBC_2.0 pthread_cond_wait F
|
||||
GLIBC_2.0 pthread_create F
|
||||
GLIBC_2.0 pthread_detach F
|
||||
GLIBC_2.0 pthread_exit F
|
||||
GLIBC_2.0 pthread_getschedparam F
|
||||
GLIBC_2.0 pthread_getspecific F
|
||||
GLIBC_2.0 pthread_join F
|
||||
GLIBC_2.0 pthread_key_create F
|
||||
|
@ -96,7 +96,6 @@ GLIBC_2.2 pthread_detach F
|
||||
GLIBC_2.2 pthread_exit F
|
||||
GLIBC_2.2 pthread_getconcurrency F
|
||||
GLIBC_2.2 pthread_getcpuclockid F
|
||||
GLIBC_2.2 pthread_getschedparam F
|
||||
GLIBC_2.2 pthread_getspecific F
|
||||
GLIBC_2.2 pthread_join F
|
||||
GLIBC_2.2 pthread_key_create F
|
||||
|
Reference in New Issue
Block a user