diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:45:29 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 6f2e00cac58600329d187cc14fd7a7f1597e54c8 (patch) | |
tree | a2fee94da519393e06635d33c19549efe394ed78 /sysdeps/unix/sysv/linux/riscv | |
parent | 643a88a9c1ab023e6b582227b041aaadfabd36aa (diff) | |
download | glibc-6f2e00cac58600329d187cc14fd7a7f1597e54c8.tar.gz glibc-6f2e00cac58600329d187cc14fd7a7f1597e54c8.tar.xz glibc-6f2e00cac58600329d187cc14fd7a7f1597e54c8.zip |
nptl: Remove sendto from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist index faedd4be62..176be14fc1 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist @@ -188,7 +188,6 @@ GLIBC_2.33 sem_unlink F GLIBC_2.33 sem_wait F GLIBC_2.33 send F GLIBC_2.33 sendmsg F -GLIBC_2.33 sendto F GLIBC_2.33 sigaction F GLIBC_2.33 sigwait F GLIBC_2.33 tcdrain F diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist index 6af93a54c7..e8ea0ebf70 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist @@ -171,7 +171,6 @@ GLIBC_2.27 sem_unlink F GLIBC_2.27 sem_wait F GLIBC_2.27 send F GLIBC_2.27 sendmsg F -GLIBC_2.27 sendto F GLIBC_2.27 sigaction F GLIBC_2.27 sigwait F GLIBC_2.27 tcdrain F |