nptl: Remove sendto from libpthread

The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.
This commit is contained in:
Adhemerval Zanella 2021-03-12 16:45:29 -03:00
parent 643a88a9c1
commit 6f2e00cac5
32 changed files with 2 additions and 32 deletions

View File

@ -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

View File

@ -178,7 +178,6 @@ libpthread {
sem_wait;
send;
sendmsg;
sendto;
sigaction;
siglongjmp;
sigwait;

View File

@ -39,3 +39,4 @@ include ../Rules
CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-recvfrom.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-sendto.c += -fexceptions -fasynchronous-unwind-tables

View File

@ -170,7 +170,6 @@ GLIBC_2.17 sem_unlink F
GLIBC_2.17 sem_wait F
GLIBC_2.17 send F
GLIBC_2.17 sendmsg F
GLIBC_2.17 sendto F
GLIBC_2.17 sigaction F
GLIBC_2.17 siglongjmp F
GLIBC_2.17 sigwait F

View File

@ -73,7 +73,6 @@ GLIBC_2.0 sem_trywait F
GLIBC_2.0 sem_wait F
GLIBC_2.0 send F
GLIBC_2.0 sendmsg F
GLIBC_2.0 sendto F
GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F

View File

@ -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

View File

@ -199,7 +199,6 @@ GLIBC_2.4 sem_unlink F
GLIBC_2.4 sem_wait F
GLIBC_2.4 send F
GLIBC_2.4 sendmsg F
GLIBC_2.4 sendto F
GLIBC_2.4 sigaction F
GLIBC_2.4 siglongjmp F
GLIBC_2.4 sigwait F

View File

@ -199,7 +199,6 @@ GLIBC_2.4 sem_unlink F
GLIBC_2.4 sem_wait F
GLIBC_2.4 send F
GLIBC_2.4 sendmsg F
GLIBC_2.4 sendto F
GLIBC_2.4 sigaction F
GLIBC_2.4 siglongjmp F
GLIBC_2.4 sigwait F

View File

@ -182,7 +182,6 @@ 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 sendto F
GLIBC_2.29 sigaction F
GLIBC_2.29 sigwait F
GLIBC_2.29 tcdrain F

View File

@ -150,7 +150,6 @@ GLIBC_2.2 sem_unlink F
GLIBC_2.2 sem_wait F
GLIBC_2.2 send F
GLIBC_2.2 sendmsg F
GLIBC_2.2 sendto F
GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F

View File

@ -73,7 +73,6 @@ GLIBC_2.0 sem_trywait F
GLIBC_2.0 sem_wait F
GLIBC_2.0 send F
GLIBC_2.0 sendmsg F
GLIBC_2.0 sendto F
GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F

View File

@ -150,7 +150,6 @@ GLIBC_2.2 sem_unlink F
GLIBC_2.2 sem_wait F
GLIBC_2.2 send F
GLIBC_2.2 sendmsg F
GLIBC_2.2 sendto F
GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F

View File

@ -199,7 +199,6 @@ GLIBC_2.4 sem_unlink F
GLIBC_2.4 sem_wait F
GLIBC_2.4 send F
GLIBC_2.4 sendmsg F
GLIBC_2.4 sendto F
GLIBC_2.4 sigaction F
GLIBC_2.4 siglongjmp F
GLIBC_2.4 sigwait F

View File

@ -73,7 +73,6 @@ GLIBC_2.0 sem_trywait F
GLIBC_2.0 sem_wait F
GLIBC_2.0 send F
GLIBC_2.0 sendmsg F
GLIBC_2.0 sendto F
GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F

View File

@ -172,7 +172,6 @@ GLIBC_2.18 sem_unlink F
GLIBC_2.18 sem_wait F
GLIBC_2.18 send F
GLIBC_2.18 sendmsg F
GLIBC_2.18 sendto F
GLIBC_2.18 sigaction F
GLIBC_2.18 siglongjmp F
GLIBC_2.18 sigwait F

View File

@ -172,7 +172,6 @@ GLIBC_2.18 sem_unlink F
GLIBC_2.18 sem_wait F
GLIBC_2.18 send F
GLIBC_2.18 sendmsg F
GLIBC_2.18 sendto F
GLIBC_2.18 sigaction F
GLIBC_2.18 siglongjmp F
GLIBC_2.18 sigwait F

View File

@ -73,7 +73,6 @@ GLIBC_2.0 sem_trywait F
GLIBC_2.0 sem_wait F
GLIBC_2.0 send F
GLIBC_2.0 sendmsg F
GLIBC_2.0 sendto F
GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F

View File

@ -73,7 +73,6 @@ GLIBC_2.0 sem_trywait F
GLIBC_2.0 sem_wait F
GLIBC_2.0 send F
GLIBC_2.0 sendmsg F
GLIBC_2.0 sendto F
GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F

View File

@ -172,7 +172,6 @@ GLIBC_2.21 sem_unlink F
GLIBC_2.21 sem_wait F
GLIBC_2.21 send F
GLIBC_2.21 sendmsg F
GLIBC_2.21 sendto F
GLIBC_2.21 sigaction F
GLIBC_2.21 siglongjmp F
GLIBC_2.21 sigwait F

View File

@ -73,7 +73,6 @@ GLIBC_2.0 sem_trywait F
GLIBC_2.0 sem_wait F
GLIBC_2.0 send F
GLIBC_2.0 sendmsg F
GLIBC_2.0 sendto F
GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F

View File

@ -170,7 +170,6 @@ GLIBC_2.3 sem_unlink F
GLIBC_2.3 sem_wait F
GLIBC_2.3 send F
GLIBC_2.3 sendmsg F
GLIBC_2.3 sendto F
GLIBC_2.3 sigaction F
GLIBC_2.3 siglongjmp F
GLIBC_2.3 sigwait F

View File

@ -170,7 +170,6 @@ GLIBC_2.17 sem_unlink F
GLIBC_2.17 sem_wait F
GLIBC_2.17 send F
GLIBC_2.17 sendmsg F
GLIBC_2.17 sendto F
GLIBC_2.17 sigaction F
GLIBC_2.17 siglongjmp F
GLIBC_2.17 sigwait F

View File

@ -188,7 +188,6 @@ GLIBC_2.33 sem_unlink F
GLIBC_2.33 sem_wait F
GLIBC_2.33 send F
GLIBC_2.33 sendmsg F
GLIBC_2.33 sendto F
GLIBC_2.33 sigaction F
GLIBC_2.33 sigwait F
GLIBC_2.33 tcdrain F

View File

@ -171,7 +171,6 @@ GLIBC_2.27 sem_unlink F
GLIBC_2.27 sem_wait F
GLIBC_2.27 send F
GLIBC_2.27 sendmsg F
GLIBC_2.27 sendto F
GLIBC_2.27 sigaction F
GLIBC_2.27 sigwait F
GLIBC_2.27 tcdrain F

View File

@ -73,7 +73,6 @@ GLIBC_2.0 sem_trywait F
GLIBC_2.0 sem_wait F
GLIBC_2.0 send F
GLIBC_2.0 sendmsg F
GLIBC_2.0 sendto F
GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F

View File

@ -152,7 +152,6 @@ GLIBC_2.2 sem_unlink F
GLIBC_2.2 sem_wait F
GLIBC_2.2 send F
GLIBC_2.2 sendmsg F
GLIBC_2.2 sendto F
GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F

View File

@ -150,7 +150,6 @@ GLIBC_2.2 sem_unlink F
GLIBC_2.2 sem_wait F
GLIBC_2.2 send F
GLIBC_2.2 sendmsg F
GLIBC_2.2 sendto F
GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F

View File

@ -150,7 +150,6 @@ GLIBC_2.2 sem_unlink F
GLIBC_2.2 sem_wait F
GLIBC_2.2 send F
GLIBC_2.2 sendmsg F
GLIBC_2.2 sendto F
GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F

View File

@ -73,7 +73,6 @@ GLIBC_2.0 sem_trywait F
GLIBC_2.0 sem_wait F
GLIBC_2.0 send F
GLIBC_2.0 sendmsg F
GLIBC_2.0 sendto F
GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F

View File

@ -150,7 +150,6 @@ GLIBC_2.2 sem_unlink F
GLIBC_2.2 sem_wait F
GLIBC_2.2 send F
GLIBC_2.2 sendmsg F
GLIBC_2.2 sendto F
GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F

View File

@ -150,7 +150,6 @@ GLIBC_2.2.5 sem_unlink F
GLIBC_2.2.5 sem_wait F
GLIBC_2.2.5 send F
GLIBC_2.2.5 sendmsg F
GLIBC_2.2.5 sendto F
GLIBC_2.2.5 sigaction F
GLIBC_2.2.5 siglongjmp F
GLIBC_2.2.5 sigwait F

View File

@ -170,7 +170,6 @@ GLIBC_2.16 sem_unlink F
GLIBC_2.16 sem_wait F
GLIBC_2.16 send F
GLIBC_2.16 sendmsg F
GLIBC_2.16 sendto F
GLIBC_2.16 sigaction F
GLIBC_2.16 siglongjmp F
GLIBC_2.16 sigwait F