1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

nptl: Move pthread_barrier_destroy into libc

The symbol was moved using scripts/move-symbol-to-libc.py.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer
2021-05-06 15:56:37 +02:00
parent 5633541d3b
commit 43b3746aff
64 changed files with 76 additions and 33 deletions

View File

@ -18,7 +18,6 @@ GLIBC_2.32 pthread_attr_setguardsize F
GLIBC_2.32 pthread_attr_setstack F
GLIBC_2.32 pthread_attr_setstackaddr F
GLIBC_2.32 pthread_attr_setstacksize F
GLIBC_2.32 pthread_barrier_destroy F
GLIBC_2.32 pthread_barrier_init F
GLIBC_2.32 pthread_barrier_wait F
GLIBC_2.32 pthread_barrierattr_destroy F