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 | e731212bc3a3af5935aa0cc2ec738eddb127f383 (patch) | |
tree | bdd386c2e24511a61f76305fcac08f445ac8546e /sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist | |
parent | bbacf0f56cac095869b75e557b8bcd3b97964050 (diff) | |
download | glibc-e731212bc3a3af5935aa0cc2ec738eddb127f383.tar glibc-e731212bc3a3af5935aa0cc2ec738eddb127f383.tar.gz glibc-e731212bc3a3af5935aa0cc2ec738eddb127f383.tar.bz2 glibc-e731212bc3a3af5935aa0cc2ec738eddb127f383.zip |
nptl: Move pthread_barrierattr_init 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/s390/s390-32/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist b/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist index d9684c9b7f..7896a080fc 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist @@ -28,7 +28,6 @@ GLIBC_2.18 pthread_setattr_default_np F GLIBC_2.19 __libpthread_version_placeholder F GLIBC_2.2 pthread_attr_getstack F GLIBC_2.2 pthread_attr_setstack F -GLIBC_2.2 pthread_barrierattr_init F GLIBC_2.2 pthread_barrierattr_setpshared F GLIBC_2.2 pthread_getcpuclockid F GLIBC_2.2.3 __libpthread_version_placeholder F |