mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move pthread_cond_destroy implementation into libc
It is necessary to export __pthread_cond_destroy from libc because the C11 condition variable needs it and is still left in libpthread. 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:
@ -86,7 +86,6 @@ GLIBC_2.2 pthread_barrierattr_init F
|
||||
GLIBC_2.2 pthread_barrierattr_setpshared F
|
||||
GLIBC_2.2 pthread_cancel F
|
||||
GLIBC_2.2 pthread_cond_broadcast F
|
||||
GLIBC_2.2 pthread_cond_destroy F
|
||||
GLIBC_2.2 pthread_cond_init F
|
||||
GLIBC_2.2 pthread_cond_signal F
|
||||
GLIBC_2.2 pthread_cond_timedwait F
|
||||
@ -198,7 +197,6 @@ GLIBC_2.28 tss_delete F
|
||||
GLIBC_2.28 tss_get F
|
||||
GLIBC_2.28 tss_set F
|
||||
GLIBC_2.3.2 pthread_cond_broadcast F
|
||||
GLIBC_2.3.2 pthread_cond_destroy F
|
||||
GLIBC_2.3.2 pthread_cond_init F
|
||||
GLIBC_2.3.2 pthread_cond_signal F
|
||||
GLIBC_2.3.2 pthread_cond_timedwait F
|
||||
|
@ -86,7 +86,6 @@ GLIBC_2.2 pthread_barrierattr_init F
|
||||
GLIBC_2.2 pthread_barrierattr_setpshared F
|
||||
GLIBC_2.2 pthread_cancel F
|
||||
GLIBC_2.2 pthread_cond_broadcast F
|
||||
GLIBC_2.2 pthread_cond_destroy F
|
||||
GLIBC_2.2 pthread_cond_init F
|
||||
GLIBC_2.2 pthread_cond_signal F
|
||||
GLIBC_2.2 pthread_cond_timedwait F
|
||||
@ -198,7 +197,6 @@ GLIBC_2.28 tss_delete F
|
||||
GLIBC_2.28 tss_get F
|
||||
GLIBC_2.28 tss_set F
|
||||
GLIBC_2.3.2 pthread_cond_broadcast F
|
||||
GLIBC_2.3.2 pthread_cond_destroy F
|
||||
GLIBC_2.3.2 pthread_cond_init F
|
||||
GLIBC_2.3.2 pthread_cond_signal F
|
||||
GLIBC_2.3.2 pthread_cond_timedwait F
|
||||
|
Reference in New Issue
Block a user