mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
nptl: Move pthread_condattr_destroy 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:
@ -51,7 +51,6 @@ GLIBC_2.0 pthread_cond_init F
|
||||
GLIBC_2.0 pthread_cond_signal F
|
||||
GLIBC_2.0 pthread_cond_timedwait F
|
||||
GLIBC_2.0 pthread_cond_wait F
|
||||
GLIBC_2.0 pthread_condattr_destroy F
|
||||
GLIBC_2.0 pthread_condattr_init F
|
||||
GLIBC_2.0 pthread_create F
|
||||
GLIBC_2.0 pthread_detach F
|
||||
|
@ -111,7 +111,6 @@ GLIBC_2.3 pthread_cond_init F
|
||||
GLIBC_2.3 pthread_cond_signal F
|
||||
GLIBC_2.3 pthread_cond_timedwait F
|
||||
GLIBC_2.3 pthread_cond_wait F
|
||||
GLIBC_2.3 pthread_condattr_destroy F
|
||||
GLIBC_2.3 pthread_condattr_getpshared F
|
||||
GLIBC_2.3 pthread_condattr_init F
|
||||
GLIBC_2.3 pthread_condattr_setpshared F
|
||||
|
@ -91,7 +91,6 @@ GLIBC_2.17 pthread_cond_init F
|
||||
GLIBC_2.17 pthread_cond_signal F
|
||||
GLIBC_2.17 pthread_cond_timedwait F
|
||||
GLIBC_2.17 pthread_cond_wait F
|
||||
GLIBC_2.17 pthread_condattr_destroy F
|
||||
GLIBC_2.17 pthread_condattr_getclock F
|
||||
GLIBC_2.17 pthread_condattr_getpshared F
|
||||
GLIBC_2.17 pthread_condattr_init F
|
||||
|
Reference in New Issue
Block a user