diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-14 09:28:25 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 729cb5a2a7131440f9e36638def5b29ed645fc1b (patch) | |
tree | 72e55458d3b374ac12ebb2989f6dc71be8e04d6a /sysdeps/unix/sysv/linux/csky | |
parent | 0cf67de81650dee7ccd72b43b9405842d3509fbe (diff) | |
download | glibc-729cb5a2a7131440f9e36638def5b29ed645fc1b.tar.gz glibc-729cb5a2a7131440f9e36638def5b29ed645fc1b.tar.xz glibc-729cb5a2a7131440f9e36638def5b29ed645fc1b.zip |
nptl: Remove sendmsg 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/csky')
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libpthread.abilist b/sysdeps/unix/sysv/linux/csky/libpthread.abilist index 10dff526ca..9e1fbdb969 100644 --- a/sysdeps/unix/sysv/linux/csky/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/csky/libpthread.abilist @@ -177,7 +177,6 @@ GLIBC_2.29 sem_trywait F GLIBC_2.29 sem_unlink F GLIBC_2.29 sem_wait F GLIBC_2.29 send F -GLIBC_2.29 sendmsg F GLIBC_2.29 sigaction F GLIBC_2.29 thrd_create F GLIBC_2.29 thrd_detach F |