mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
nptl: Remove sendmsg from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
This commit is contained in:
parent
0cf67de816
commit
729cb5a2a7
@ -87,7 +87,6 @@ pthread-compat-wrappers = \
|
||||
pread pread64 pwrite pwrite64 \
|
||||
msgrcv msgsnd \
|
||||
sigsuspend \
|
||||
sendmsg
|
||||
|
||||
libpthread-routines = \
|
||||
$(pthread-compat-wrappers) \
|
||||
@ -297,7 +296,6 @@ CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables
|
||||
|
||||
|
@ -173,7 +173,6 @@ libpthread {
|
||||
sem_trywait;
|
||||
sem_wait;
|
||||
send;
|
||||
sendmsg;
|
||||
sigaction;
|
||||
siglongjmp;
|
||||
system;
|
||||
|
@ -41,3 +41,4 @@ CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-recvfrom.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
|
||||
|
@ -165,7 +165,6 @@ GLIBC_2.17 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.17 siglongjmp F
|
||||
GLIBC_2.17 system F
|
||||
|
@ -68,7 +68,6 @@ GLIBC_2.0 sem_post F
|
||||
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 sigaction F
|
||||
GLIBC_2.0 siglongjmp F
|
||||
GLIBC_2.0 system F
|
||||
|
@ -183,7 +183,6 @@ GLIBC_2.32 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.32 thrd_create F
|
||||
GLIBC_2.32 thrd_detach F
|
||||
|
@ -194,7 +194,6 @@ GLIBC_2.4 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.4 siglongjmp F
|
||||
GLIBC_2.4 system F
|
||||
|
@ -194,7 +194,6 @@ GLIBC_2.4 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.4 siglongjmp F
|
||||
GLIBC_2.4 system F
|
||||
|
@ -177,7 +177,6 @@ GLIBC_2.29 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.29 thrd_create F
|
||||
GLIBC_2.29 thrd_detach F
|
||||
|
@ -145,7 +145,6 @@ GLIBC_2.2 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.2 siglongjmp F
|
||||
GLIBC_2.2 system F
|
||||
|
@ -68,7 +68,6 @@ GLIBC_2.0 sem_post F
|
||||
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 sigaction F
|
||||
GLIBC_2.0 siglongjmp F
|
||||
GLIBC_2.0 system F
|
||||
|
@ -145,7 +145,6 @@ GLIBC_2.2 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.2 siglongjmp F
|
||||
GLIBC_2.2 system F
|
||||
|
@ -194,7 +194,6 @@ GLIBC_2.4 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.4 siglongjmp F
|
||||
GLIBC_2.4 system F
|
||||
|
@ -68,7 +68,6 @@ GLIBC_2.0 sem_post F
|
||||
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 sigaction F
|
||||
GLIBC_2.0 siglongjmp F
|
||||
GLIBC_2.0 system F
|
||||
|
@ -167,7 +167,6 @@ GLIBC_2.18 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.18 siglongjmp F
|
||||
GLIBC_2.18 system F
|
||||
|
@ -167,7 +167,6 @@ GLIBC_2.18 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.18 siglongjmp F
|
||||
GLIBC_2.18 system F
|
||||
|
@ -68,7 +68,6 @@ GLIBC_2.0 sem_post F
|
||||
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 sigaction F
|
||||
GLIBC_2.0 siglongjmp F
|
||||
GLIBC_2.0 system F
|
||||
|
@ -68,7 +68,6 @@ GLIBC_2.0 sem_post F
|
||||
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 sigaction F
|
||||
GLIBC_2.0 siglongjmp F
|
||||
GLIBC_2.0 system F
|
||||
|
@ -167,7 +167,6 @@ GLIBC_2.21 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.21 siglongjmp F
|
||||
GLIBC_2.21 system F
|
||||
|
@ -68,7 +68,6 @@ GLIBC_2.0 sem_post F
|
||||
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 sigaction F
|
||||
GLIBC_2.0 siglongjmp F
|
||||
GLIBC_2.0 system F
|
||||
|
@ -165,7 +165,6 @@ GLIBC_2.3 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.3 siglongjmp F
|
||||
GLIBC_2.3 system F
|
||||
|
@ -165,7 +165,6 @@ GLIBC_2.17 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.17 siglongjmp F
|
||||
GLIBC_2.17 system F
|
||||
|
@ -183,7 +183,6 @@ GLIBC_2.33 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.33 thrd_create F
|
||||
GLIBC_2.33 thrd_detach F
|
||||
|
@ -166,7 +166,6 @@ GLIBC_2.27 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.28 call_once F
|
||||
GLIBC_2.28 cnd_broadcast F
|
||||
|
@ -68,7 +68,6 @@ GLIBC_2.0 sem_post F
|
||||
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 sigaction F
|
||||
GLIBC_2.0 siglongjmp F
|
||||
GLIBC_2.0 system F
|
||||
|
@ -147,7 +147,6 @@ GLIBC_2.2 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.2 siglongjmp F
|
||||
GLIBC_2.2 system F
|
||||
|
@ -145,7 +145,6 @@ GLIBC_2.2 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.2 siglongjmp F
|
||||
GLIBC_2.2 system F
|
||||
|
@ -145,7 +145,6 @@ GLIBC_2.2 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.2 siglongjmp F
|
||||
GLIBC_2.2 system F
|
||||
|
@ -68,7 +68,6 @@ GLIBC_2.0 sem_post F
|
||||
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 sigaction F
|
||||
GLIBC_2.0 siglongjmp F
|
||||
GLIBC_2.0 system F
|
||||
|
@ -145,7 +145,6 @@ GLIBC_2.2 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.2 siglongjmp F
|
||||
GLIBC_2.2 system F
|
||||
|
@ -145,7 +145,6 @@ GLIBC_2.2.5 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.2.5 siglongjmp F
|
||||
GLIBC_2.2.5 system F
|
||||
|
@ -165,7 +165,6 @@ GLIBC_2.16 sem_trywait F
|
||||
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 sigaction F
|
||||
GLIBC_2.16 siglongjmp F
|
||||
GLIBC_2.16 system F
|
||||
|
Loading…
Reference in New Issue
Block a user