mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move pthread_condattr_init 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:
@ -92,7 +92,6 @@ GLIBC_2.2 pthread_cond_signal F
|
||||
GLIBC_2.2 pthread_cond_timedwait F
|
||||
GLIBC_2.2 pthread_cond_wait F
|
||||
GLIBC_2.2 pthread_condattr_getpshared F
|
||||
GLIBC_2.2 pthread_condattr_init F
|
||||
GLIBC_2.2 pthread_condattr_setpshared F
|
||||
GLIBC_2.2 pthread_create F
|
||||
GLIBC_2.2 pthread_detach F
|
||||
|
@ -92,7 +92,6 @@ GLIBC_2.2 pthread_cond_signal F
|
||||
GLIBC_2.2 pthread_cond_timedwait F
|
||||
GLIBC_2.2 pthread_cond_wait F
|
||||
GLIBC_2.2 pthread_condattr_getpshared F
|
||||
GLIBC_2.2 pthread_condattr_init F
|
||||
GLIBC_2.2 pthread_condattr_setpshared F
|
||||
GLIBC_2.2 pthread_create F
|
||||
GLIBC_2.2 pthread_detach F
|
||||
|
Reference in New Issue
Block a user