mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move pthread_attr_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:
@ -73,7 +73,6 @@ GLIBC_2.2 pread F
|
||||
GLIBC_2.2 pread64 F
|
||||
GLIBC_2.2 pthread_atfork F
|
||||
GLIBC_2.2 pthread_attr_getguardsize F
|
||||
GLIBC_2.2 pthread_attr_getschedparam F
|
||||
GLIBC_2.2 pthread_attr_getschedpolicy F
|
||||
GLIBC_2.2 pthread_attr_getscope F
|
||||
GLIBC_2.2 pthread_attr_getstack F
|
||||
|
@ -73,7 +73,6 @@ GLIBC_2.2 pread F
|
||||
GLIBC_2.2 pread64 F
|
||||
GLIBC_2.2 pthread_atfork F
|
||||
GLIBC_2.2 pthread_attr_getguardsize F
|
||||
GLIBC_2.2 pthread_attr_getschedparam F
|
||||
GLIBC_2.2 pthread_attr_getschedpolicy F
|
||||
GLIBC_2.2 pthread_attr_getscope F
|
||||
GLIBC_2.2 pthread_attr_getstack F
|
||||
|
Reference in New Issue
Block a user