mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
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:
parent
643a88a9c1
commit
6f2e00cac5
@ -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
|
||||
|
@ -178,7 +178,6 @@ libpthread {
|
||||
sem_wait;
|
||||
send;
|
||||
sendmsg;
|
||||
sendto;
|
||||
sigaction;
|
||||
siglongjmp;
|
||||
sigwait;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user