diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:33:38 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 494c3beec9d7ab151879a90586af648372e81be3 (patch) | |
tree | b5f7c42f8c6f05b16c58dc9505c64774cbd1d163 /sysdeps/unix/sysv/linux/hppa | |
parent | 3ddf9bc18587bf4d66b99666150bfc8d0f81fa32 (diff) | |
download | glibc-494c3beec9d7ab151879a90586af648372e81be3.tar glibc-494c3beec9d7ab151879a90586af648372e81be3.tar.gz glibc-494c3beec9d7ab151879a90586af648372e81be3.tar.bz2 glibc-494c3beec9d7ab151879a90586af648372e81be3.zip |
nptl: Remove recv 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/hppa')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist index daaae698d0..1d24ec1561 100644 --- a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist @@ -137,7 +137,6 @@ GLIBC_2.2 pthread_yield F GLIBC_2.2 pwrite F GLIBC_2.2 pwrite64 F GLIBC_2.2 raise F -GLIBC_2.2 recv F GLIBC_2.2 recvfrom F GLIBC_2.2 recvmsg F GLIBC_2.2 sem_close F |