]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Remove sendmsg from libpthread
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Sun, 14 Mar 2021 12:28:25 +0000 (09:28 -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 2efae4637ff1c70643c6d5168052079249d16c16..a144c2fafd6dca89a0c3fdf17e9db101b7258db6 100644 (file)
@@ -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
 
index c6a851cfc15b72e5eb85b32a98657d1799238087..6c4db9a59f16c5285212bc39140ff5f6b6128601 100644 (file)
@@ -173,7 +173,6 @@ libpthread {
     sem_trywait;
     sem_wait;
     send;
-    sendmsg;
     sigaction;
     siglongjmp;
     system;
index 01d3d18fbca7421d2fff2f40a31860cf40d9d1d7..75582b1513d28a3a2d39106313b953f62f85f728 100644 (file)
@@ -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
index 83f3d818e9947895e12b13da984ade86137d293c..97c36bd34128d7931e1246cd3350ae054ac12e50 100644 (file)
@@ -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
index cabcfe68ec626fa82a4c7a2cb62dde6fad02a8b5..ef8aa216466596f0ad3512c70050571a72cb06a0 100644 (file)
@@ -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
index 962885dc7cef7885b0fc3672b7d4d68728006105..06e013f4a349558a84c2a56c3afba0c99c4b200d 100644 (file)
@@ -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
index bc6732bdb9e7e6e514e3533103efdd6651165bfc..fdfcb12577b6d54e063909018b0d677f8c80e4be 100644 (file)
@@ -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
index bc6732bdb9e7e6e514e3533103efdd6651165bfc..fdfcb12577b6d54e063909018b0d677f8c80e4be 100644 (file)
@@ -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
index 10dff526ca8636022cf710b571710f7b1899a871..9e1fbdb96936978e9d3f87916ea4086d1136a8f7 100644 (file)
@@ -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
index b7ef63124e231ddfa7a08551f4596474257c2e97..0d23cc5d35e1157106b36e40f1b78e69bd3fc20e 100644 (file)
@@ -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
index ef52f3d49e348b8e07c202e741be800b99b73b4f..b07bb2f20da0c50c3d4ebdea1665b4bdc8573f29 100644 (file)
@@ -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
index cc1e2768e67fc981a7e1c497a5b998558cadf458..a1820851db0d9b604b833f5d51cc92cb0100fae9 100644 (file)
@@ -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
index bc6732bdb9e7e6e514e3533103efdd6651165bfc..fdfcb12577b6d54e063909018b0d677f8c80e4be 100644 (file)
@@ -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
index ef52f3d49e348b8e07c202e741be800b99b73b4f..b07bb2f20da0c50c3d4ebdea1665b4bdc8573f29 100644 (file)
@@ -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
index 14c940f46802cd81eb7b7169f89d526fc219ebdc..6323316dec5d8baac449258aa3da5414e15f29c4 100644 (file)
@@ -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
index 14c940f46802cd81eb7b7169f89d526fc219ebdc..6323316dec5d8baac449258aa3da5414e15f29c4 100644 (file)
@@ -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
index dac8da5a906adb10ef5c296139d2232c26e800c9..04cbf0059b1d3af4fce548329cea46fe5721d882 100644 (file)
@@ -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
index dac8da5a906adb10ef5c296139d2232c26e800c9..04cbf0059b1d3af4fce548329cea46fe5721d882 100644 (file)
@@ -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
index 23dd1e32063d696a7de6873dba299a70d8db4df4..e36725ead2e0ca6d84312c8634f9478fa3ca9215 100644 (file)
@@ -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
index 0902068606724ee28164823adedd110b6e150acf..f6b7a34fd8575af4324efdddd8d98cdc2572784d 100644 (file)
@@ -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
index 6d736b8cebe209b49abda658cac332bb0a01921a..e44cdf7b93273fab1ccd98726a67e271c92427e6 100644 (file)
@@ -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
index 83f3d818e9947895e12b13da984ade86137d293c..97c36bd34128d7931e1246cd3350ae054ac12e50 100644 (file)
@@ -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
index 51d53eddc77bffeb4aecba9a908eb0263a1dad3d..48c03fc0810068ded6014e5ea006c459304dd8ba 100644 (file)
@@ -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
index e9f7213879956036f6b9916f60fe493d33e072fc..7863278a85bbc31d97b99525f2288018172c7a5c 100644 (file)
@@ -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
index a7185187085264a4e290754b0cec1357a97f4505..3ca3e43c3a0cef5b33e74819bc7fb015f3cde0d0 100644 (file)
@@ -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
index 308a11b5e3527217aff850873b480f5a4814e145..a0330653f2d0f15c3bfc3c5b834c3a9f63c9d20e 100644 (file)
@@ -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
index b7ef63124e231ddfa7a08551f4596474257c2e97..0d23cc5d35e1157106b36e40f1b78e69bd3fc20e 100644 (file)
@@ -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
index b7ef63124e231ddfa7a08551f4596474257c2e97..0d23cc5d35e1157106b36e40f1b78e69bd3fc20e 100644 (file)
@@ -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
index cabcfe68ec626fa82a4c7a2cb62dde6fad02a8b5..ef8aa216466596f0ad3512c70050571a72cb06a0 100644 (file)
@@ -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
index cc1e2768e67fc981a7e1c497a5b998558cadf458..a1820851db0d9b604b833f5d51cc92cb0100fae9 100644 (file)
@@ -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
index eb009cef2d2dce342b0177f4f2250cd7ce5367dc..067ed1851c23da9fdabdbad965be4afa995c28a8 100644 (file)
@@ -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
index 94b2ff87f20a157615bb5394e4270124c8225bef..d63ad3d0a5266dbd322ee5b70f68fdaa00953f7a 100644 (file)
@@ -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