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/arc | |
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/arc')
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/libpthread.abilist b/sysdeps/unix/sysv/linux/arc/libpthread.abilist index 910045e24c..d5fe5862b4 100644 --- a/sysdeps/unix/sysv/linux/arc/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arc/libpthread.abilist @@ -188,7 +188,6 @@ GLIBC_2.32 sem_unlink F GLIBC_2.32 sem_wait F GLIBC_2.32 send F GLIBC_2.32 sendmsg F -GLIBC_2.32 sendto F GLIBC_2.32 sigaction F GLIBC_2.32 sigwait F GLIBC_2.32 tcdrain F |