aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-12 16:45:29 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:39 -0300
commit6f2e00cac58600329d187cc14fd7a7f1597e54c8 (patch)
treea2fee94da519393e06635d33c19549efe394ed78 /nptl
parent643a88a9c1ab023e6b582227b041aaadfabd36aa (diff)
downloadglibc-6f2e00cac58600329d187cc14fd7a7f1597e54c8.zip
glibc-6f2e00cac58600329d187cc14fd7a7f1597e54c8.tar.gz
glibc-6f2e00cac58600329d187cc14fd7a7f1597e54c8.tar.bz2
nptl: Remove sendto from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/Makefile3
-rw-r--r--nptl/Versions1
2 files changed, 1 insertions, 3 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index c8b3e41..72b0c04 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -82,7 +82,7 @@ static-only-routines = pthread_atfork
# binaries.
pthread-compat-wrappers = \
send \
- sendto fsync lseek lseek64 \
+ fsync lseek lseek64 \
msync open open64 pause \
pread pread64 pwrite pwrite64 \
tcdrain msgrcv msgsnd \
@@ -299,7 +299,6 @@ CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-pause.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables
-CFLAGS-sendto.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables
diff --git a/nptl/Versions b/nptl/Versions
index bfc553d..9e00ad3 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -178,7 +178,6 @@ libpthread {
sem_wait;
send;
sendmsg;
- sendto;
sigaction;
siglongjmp;
sigwait;