]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Remove sendto from libpthread
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 12 Mar 2021 19:45:29 +0000 (16:45 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 18 Mar 2021 18:54:39 +0000 (15:54 -0300)
The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.

32 files changed:
nptl/Makefile
nptl/Versions
socket/Makefile
sysdeps/unix/sysv/linux/aarch64/libpthread.abilist
sysdeps/unix/sysv/linux/alpha/libpthread.abilist
sysdeps/unix/sysv/linux/arc/libpthread.abilist
sysdeps/unix/sysv/linux/arm/be/libpthread.abilist
sysdeps/unix/sysv/linux/arm/le/libpthread.abilist
sysdeps/unix/sysv/linux/csky/libpthread.abilist
sysdeps/unix/sysv/linux/hppa/libpthread.abilist
sysdeps/unix/sysv/linux/i386/libpthread.abilist
sysdeps/unix/sysv/linux/ia64/libpthread.abilist
sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist
sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist
sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist
sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist
sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
sysdeps/unix/sysv/linux/nios2/libpthread.abilist
sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist
sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist
sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist
sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist
sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist
sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist
sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
sysdeps/unix/sysv/linux/sh/be/libpthread.abilist
sysdeps/unix/sysv/linux/sh/le/libpthread.abilist
sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist
sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist

index c8b3e41851ec8669c73571410e2918f31033b117..72b0c04ec84aebf95457242486d97f21b0f5da15 100644 (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
index bfc553db4bcad20a04df8b8925f2768c5f3119cb..9e00ad3f2fd2fa5334127172ed8b988eae777a64 100644 (file)
@@ -178,7 +178,6 @@ libpthread {
     sem_wait;
     send;
     sendmsg;
-    sendto;
     sigaction;
     siglongjmp;
     sigwait;
index 228b141c3bddeda9983de1e3b6a83d489425b4b4..c69c8bbd467d3e667d0d74a5e7bad5154876a24c 100644 (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
index 2a0129ec9d0a72668880d0e37a1901b4c7ab0b7a..541ca38a43aba313272c8faccec901679b16c393 100644 (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
index bb22a8fbc501ed579a54ea1e6bff78af68e4902b..96b0b1bf70addd8bdbfc47547cdf7e928e156471 100644 (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
index 910045e24cc4905e847c05b6f36513db18bc192a..d5fe5862b48ff721d9eeed9702c1acd0d71dba7a 100644 (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
index 8d4a3fc062ad53d3bcc38496e8a910124b475f39..51a222b2471d2a470f1052e834fda89e7c95058b 100644 (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
index 8d4a3fc062ad53d3bcc38496e8a910124b475f39..51a222b2471d2a470f1052e834fda89e7c95058b 100644 (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
index 32a5763b8975784e981b369d9a75687c355a815a..2da448b8102d603b817c183d52f3cdb0dfef53a1 100644 (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
index f60266d245e315bcc324b9360def283c48c1062a..fd2d452be7934017e60b38a4c3d8c516aae9be17 100644 (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
index 103388c4f5dffdc9e0a5639cfb513a512bbac219..23ee7dd7f04aecb8cc29475abed5170de8a08abf 100644 (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
index a7d6b3deea27e95546f2d4a76c0d8e9a7ead5c96..d91bd138c4a48ef004971d880b303931df2c1f1e 100644 (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
index 8d4a3fc062ad53d3bcc38496e8a910124b475f39..51a222b2471d2a470f1052e834fda89e7c95058b 100644 (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
index 103388c4f5dffdc9e0a5639cfb513a512bbac219..23ee7dd7f04aecb8cc29475abed5170de8a08abf 100644 (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
index 4e950d5259bb25c57e6b5f1274310f7658606884..6e8c0401abfaa558a9727ef25ce8aa9c47bdb062 100644 (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
index 4e950d5259bb25c57e6b5f1274310f7658606884..6e8c0401abfaa558a9727ef25ce8aa9c47bdb062 100644 (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
index aaf79e482577f3a0db44a490b81b6d0aac3bad8a..80f14f61afc4eae3c363e0fcca2cc627f1be6d56 100644 (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
index aaf79e482577f3a0db44a490b81b6d0aac3bad8a..80f14f61afc4eae3c363e0fcca2cc627f1be6d56 100644 (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
index f38f6c12503e9e06b6172af8dfb8e66af8d51567..2c881bef1a5d957162adcd0e8b5f004ac6e37af5 100644 (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
index 90ba7f834406a8fe5a6a5fd4d49b37a446ff3fdd..d8de85927d493990b6d5af346a95913bc077a0fb 100644 (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
index d1c40ad0147b51cd4a8102e6a745ca1de78c2e75..c2eb28410e29d6c989f38bda9a6b3fd646f928d1 100644 (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
index 2a0129ec9d0a72668880d0e37a1901b4c7ab0b7a..541ca38a43aba313272c8faccec901679b16c393 100644 (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
index faedd4be62231ce76c9c88a66583cec4bc9fe096..176be14fc1deb7e76c6da4e06b32376ca4f94e79 100644 (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
index 6af93a54c738d9e0856294bc28882f89d5e4ebf0..e8ea0ebf7094b5055de7dbf771b2e914a74f2b62 100644 (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
index f7372e26d7c690a3f1e850e506c6c9f504ca2754..8524fd8de5eb486e57571987931d6937c43c7666 100644 (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
index 2a06f25614c45d8eb8bf6c27d2b1619b54f40fad..b34a38bea75af43cf3722be655eb213568797052 100644 (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
index f60266d245e315bcc324b9360def283c48c1062a..fd2d452be7934017e60b38a4c3d8c516aae9be17 100644 (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
index f60266d245e315bcc324b9360def283c48c1062a..fd2d452be7934017e60b38a4c3d8c516aae9be17 100644 (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
index bb22a8fbc501ed579a54ea1e6bff78af68e4902b..96b0b1bf70addd8bdbfc47547cdf7e928e156471 100644 (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
index a7d6b3deea27e95546f2d4a76c0d8e9a7ead5c96..d91bd138c4a48ef004971d880b303931df2c1f1e 100644 (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
index eb769489f6500a9a7a0169c68f653b4862f74670..f37d526fa3ce59ea28fc325c1e6ad14469f31f50 100644 (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
index 2d669e82d9bd647d64ef64a937876b60100eecc2..dc776adaf018c2ad516ae4a59316825c4e0e71f8 100644 (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