diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-06 15:56:37 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-06 15:56:37 +0200 |
commit | 43b3746aff2f20c5865f559a76896fc6b131c09c (patch) | |
tree | 603b6fa77c5245efc10c5093fe10de0a67ef02d6 /sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist | |
parent | 5633541d3b9a78fc5283af3a2f3e824126ef785a (diff) | |
download | glibc-43b3746aff2f20c5865f559a76896fc6b131c09c.tar glibc-43b3746aff2f20c5865f559a76896fc6b131c09c.tar.gz glibc-43b3746aff2f20c5865f559a76896fc6b131c09c.tar.bz2 glibc-43b3746aff2f20c5865f559a76896fc6b131c09c.zip |
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>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist b/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist index 4adb3dec7c..37ca68efc8 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist @@ -27,7 +27,6 @@ GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F GLIBC_2.2 pthread_attr_getstack F GLIBC_2.2 pthread_attr_setstack F -GLIBC_2.2 pthread_barrier_destroy F GLIBC_2.2 pthread_barrier_init F GLIBC_2.2 pthread_barrier_wait F GLIBC_2.2 pthread_barrierattr_destroy F |