diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:42:05 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 643a88a9c1ab023e6b582227b041aaadfabd36aa (patch) | |
tree | 8e2658da527e32a4850e79decc75d839ea93e7ac /sysdeps/unix/sysv/linux/mips | |
parent | 494c3beec9d7ab151879a90586af648372e81be3 (diff) | |
download | glibc-643a88a9c1ab023e6b582227b041aaadfabd36aa.tar.gz glibc-643a88a9c1ab023e6b582227b041aaadfabd36aa.tar.xz glibc-643a88a9c1ab023e6b582227b041aaadfabd36aa.zip |
nptl: Remove recvfrom 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/mips')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist b/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist index 28aa7b5deb..aaf79e4825 100644 --- a/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist @@ -64,7 +64,6 @@ GLIBC_2.0 pthread_setcanceltype F GLIBC_2.0 pthread_setspecific F GLIBC_2.0 pthread_testcancel F GLIBC_2.0 raise F -GLIBC_2.0 recvfrom F GLIBC_2.0 recvmsg F GLIBC_2.0 sem_destroy F GLIBC_2.0 sem_getvalue F diff --git a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist index 28aa7b5deb..aaf79e4825 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist @@ -64,7 +64,6 @@ GLIBC_2.0 pthread_setcanceltype F GLIBC_2.0 pthread_setspecific F GLIBC_2.0 pthread_testcancel F GLIBC_2.0 raise F -GLIBC_2.0 recvfrom F GLIBC_2.0 recvmsg F GLIBC_2.0 sem_destroy F GLIBC_2.0 sem_getvalue F |