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 | 39e74af22e63b8b099862f37adffdbfaf9ad7a20 (patch) | |
tree | cfc6ba66451b136b1810558ce411836f824170f1 /sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist | |
parent | e731212bc3a3af5935aa0cc2ec738eddb127f383 (diff) | |
download | glibc-39e74af22e63b8b099862f37adffdbfaf9ad7a20.tar glibc-39e74af22e63b8b099862f37adffdbfaf9ad7a20.tar.gz glibc-39e74af22e63b8b099862f37adffdbfaf9ad7a20.tar.bz2 glibc-39e74af22e63b8b099862f37adffdbfaf9ad7a20.zip |
nptl: Move pthread_barrierattr_getpshared 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/riscv/rv64/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist index db1acf3c19..2776e4be72 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist @@ -18,7 +18,6 @@ GLIBC_2.27 pthread_attr_setguardsize F GLIBC_2.27 pthread_attr_setstack F GLIBC_2.27 pthread_attr_setstackaddr F GLIBC_2.27 pthread_attr_setstacksize F -GLIBC_2.27 pthread_barrierattr_getpshared F GLIBC_2.27 pthread_barrierattr_setpshared F GLIBC_2.27 pthread_cancel F GLIBC_2.27 pthread_create F |