1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

nptl: Remove tcdrain 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-13 20:04:18 -03:00
parent c29386fd50
commit 1e157b9cb4
31 changed files with 1 additions and 32 deletions

View File

@ -85,7 +85,7 @@ pthread-compat-wrappers = \
lseek lseek64 \ lseek lseek64 \
open open64 \ open open64 \
pread pread64 pwrite pwrite64 \ pread pread64 pwrite pwrite64 \
tcdrain msgrcv msgsnd \ msgrcv msgsnd \
sigwait sigsuspend \ sigwait sigsuspend \
recvmsg sendmsg recvmsg sendmsg
@ -294,7 +294,6 @@ CFLAGS-pwrite64.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-tcdrain.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables

View File

@ -179,7 +179,6 @@ libpthread {
siglongjmp; siglongjmp;
sigwait; sigwait;
system; system;
tcdrain;
} }
GLIBC_2.1 { GLIBC_2.1 {

View File

@ -171,7 +171,6 @@ GLIBC_2.17 sigaction F
GLIBC_2.17 siglongjmp F GLIBC_2.17 siglongjmp F
GLIBC_2.17 sigwait F GLIBC_2.17 sigwait F
GLIBC_2.17 system F GLIBC_2.17 system F
GLIBC_2.17 tcdrain F
GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_getattr_default_np F
GLIBC_2.18 pthread_setattr_default_np F GLIBC_2.18 pthread_setattr_default_np F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F

View File

@ -74,7 +74,6 @@ GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F GLIBC_2.0 sigwait F
GLIBC_2.0 system F GLIBC_2.0 system F
GLIBC_2.0 tcdrain F
GLIBC_2.1 __libc_allocate_rtsig F GLIBC_2.1 __libc_allocate_rtsig F
GLIBC_2.1 __libc_current_sigrtmax F GLIBC_2.1 __libc_current_sigrtmax F
GLIBC_2.1 __libc_current_sigrtmin F GLIBC_2.1 __libc_current_sigrtmin F

View File

@ -187,7 +187,6 @@ GLIBC_2.32 send F
GLIBC_2.32 sendmsg F GLIBC_2.32 sendmsg F
GLIBC_2.32 sigaction F GLIBC_2.32 sigaction F
GLIBC_2.32 sigwait F GLIBC_2.32 sigwait F
GLIBC_2.32 tcdrain F
GLIBC_2.32 thrd_create F GLIBC_2.32 thrd_create F
GLIBC_2.32 thrd_detach F GLIBC_2.32 thrd_detach F
GLIBC_2.32 thrd_exit F GLIBC_2.32 thrd_exit F

View File

@ -200,4 +200,3 @@ GLIBC_2.4 sigaction F
GLIBC_2.4 siglongjmp F GLIBC_2.4 siglongjmp F
GLIBC_2.4 sigwait F GLIBC_2.4 sigwait F
GLIBC_2.4 system F GLIBC_2.4 system F
GLIBC_2.4 tcdrain F

View File

@ -200,4 +200,3 @@ GLIBC_2.4 sigaction F
GLIBC_2.4 siglongjmp F GLIBC_2.4 siglongjmp F
GLIBC_2.4 sigwait F GLIBC_2.4 sigwait F
GLIBC_2.4 system F GLIBC_2.4 system F
GLIBC_2.4 tcdrain F

View File

@ -181,7 +181,6 @@ GLIBC_2.29 send F
GLIBC_2.29 sendmsg F GLIBC_2.29 sendmsg F
GLIBC_2.29 sigaction F GLIBC_2.29 sigaction F
GLIBC_2.29 sigwait F GLIBC_2.29 sigwait F
GLIBC_2.29 tcdrain F
GLIBC_2.29 thrd_create F GLIBC_2.29 thrd_create F
GLIBC_2.29 thrd_detach F GLIBC_2.29 thrd_detach F
GLIBC_2.29 thrd_exit F GLIBC_2.29 thrd_exit F

View File

@ -151,7 +151,6 @@ GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F GLIBC_2.2 sigwait F
GLIBC_2.2 system F GLIBC_2.2 system F
GLIBC_2.2 tcdrain F
GLIBC_2.2.3 __libpthread_version_placeholder F GLIBC_2.2.3 __libpthread_version_placeholder F
GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F

View File

@ -74,7 +74,6 @@ GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F GLIBC_2.0 sigwait F
GLIBC_2.0 system F GLIBC_2.0 system F
GLIBC_2.0 tcdrain F
GLIBC_2.1 __libc_allocate_rtsig F GLIBC_2.1 __libc_allocate_rtsig F
GLIBC_2.1 __libc_current_sigrtmax F GLIBC_2.1 __libc_current_sigrtmax F
GLIBC_2.1 __libc_current_sigrtmin F GLIBC_2.1 __libc_current_sigrtmin F

View File

@ -151,7 +151,6 @@ GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F GLIBC_2.2 sigwait F
GLIBC_2.2 system F GLIBC_2.2 system F
GLIBC_2.2 tcdrain F
GLIBC_2.2.3 __libpthread_version_placeholder F GLIBC_2.2.3 __libpthread_version_placeholder F
GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F

View File

@ -200,4 +200,3 @@ GLIBC_2.4 sigaction F
GLIBC_2.4 siglongjmp F GLIBC_2.4 siglongjmp F
GLIBC_2.4 sigwait F GLIBC_2.4 sigwait F
GLIBC_2.4 system F GLIBC_2.4 system F
GLIBC_2.4 tcdrain F

View File

@ -74,7 +74,6 @@ GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F GLIBC_2.0 sigwait F
GLIBC_2.0 system F GLIBC_2.0 system F
GLIBC_2.0 tcdrain F
GLIBC_2.1 __libc_allocate_rtsig F GLIBC_2.1 __libc_allocate_rtsig F
GLIBC_2.1 __libc_current_sigrtmax F GLIBC_2.1 __libc_current_sigrtmax F
GLIBC_2.1 __libc_current_sigrtmin F GLIBC_2.1 __libc_current_sigrtmin F

View File

@ -173,7 +173,6 @@ GLIBC_2.18 sigaction F
GLIBC_2.18 siglongjmp F GLIBC_2.18 siglongjmp F
GLIBC_2.18 sigwait F GLIBC_2.18 sigwait F
GLIBC_2.18 system F GLIBC_2.18 system F
GLIBC_2.18 tcdrain F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F
GLIBC_2.28 cnd_broadcast F GLIBC_2.28 cnd_broadcast F
GLIBC_2.28 cnd_destroy F GLIBC_2.28 cnd_destroy F

View File

@ -173,7 +173,6 @@ GLIBC_2.18 sigaction F
GLIBC_2.18 siglongjmp F GLIBC_2.18 siglongjmp F
GLIBC_2.18 sigwait F GLIBC_2.18 sigwait F
GLIBC_2.18 system F GLIBC_2.18 system F
GLIBC_2.18 tcdrain F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F
GLIBC_2.28 cnd_broadcast F GLIBC_2.28 cnd_broadcast F
GLIBC_2.28 cnd_destroy F GLIBC_2.28 cnd_destroy F

View File

@ -74,7 +74,6 @@ GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F GLIBC_2.0 sigwait F
GLIBC_2.0 system F GLIBC_2.0 system F
GLIBC_2.0 tcdrain F
GLIBC_2.11 pthread_sigqueue F GLIBC_2.11 pthread_sigqueue F
GLIBC_2.12 pthread_getname_np F GLIBC_2.12 pthread_getname_np F
GLIBC_2.12 pthread_mutex_consistent F GLIBC_2.12 pthread_mutex_consistent F

View File

@ -74,7 +74,6 @@ GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F GLIBC_2.0 sigwait F
GLIBC_2.0 system F GLIBC_2.0 system F
GLIBC_2.0 tcdrain F
GLIBC_2.11 pthread_sigqueue F GLIBC_2.11 pthread_sigqueue F
GLIBC_2.12 pthread_getname_np F GLIBC_2.12 pthread_getname_np F
GLIBC_2.12 pthread_mutex_consistent F GLIBC_2.12 pthread_mutex_consistent F

View File

@ -173,7 +173,6 @@ GLIBC_2.21 sigaction F
GLIBC_2.21 siglongjmp F GLIBC_2.21 siglongjmp F
GLIBC_2.21 sigwait F GLIBC_2.21 sigwait F
GLIBC_2.21 system F GLIBC_2.21 system F
GLIBC_2.21 tcdrain F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F
GLIBC_2.28 cnd_broadcast F GLIBC_2.28 cnd_broadcast F
GLIBC_2.28 cnd_destroy F GLIBC_2.28 cnd_destroy F

View File

@ -74,7 +74,6 @@ GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F GLIBC_2.0 sigwait F
GLIBC_2.0 system F GLIBC_2.0 system F
GLIBC_2.0 tcdrain F
GLIBC_2.1 __libc_allocate_rtsig F GLIBC_2.1 __libc_allocate_rtsig F
GLIBC_2.1 __libc_current_sigrtmax F GLIBC_2.1 __libc_current_sigrtmax F
GLIBC_2.1 __libc_current_sigrtmin F GLIBC_2.1 __libc_current_sigrtmin F

View File

@ -171,7 +171,6 @@ GLIBC_2.3 sigaction F
GLIBC_2.3 siglongjmp F GLIBC_2.3 siglongjmp F
GLIBC_2.3 sigwait F GLIBC_2.3 sigwait F
GLIBC_2.3 system F GLIBC_2.3 system F
GLIBC_2.3 tcdrain F
GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_broadcast F
GLIBC_2.3.2 pthread_cond_signal F GLIBC_2.3.2 pthread_cond_signal F
GLIBC_2.3.2 pthread_cond_timedwait F GLIBC_2.3.2 pthread_cond_timedwait F

View File

@ -171,7 +171,6 @@ GLIBC_2.17 sigaction F
GLIBC_2.17 siglongjmp F GLIBC_2.17 siglongjmp F
GLIBC_2.17 sigwait F GLIBC_2.17 sigwait F
GLIBC_2.17 system F GLIBC_2.17 system F
GLIBC_2.17 tcdrain F
GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_getattr_default_np F
GLIBC_2.18 pthread_setattr_default_np F GLIBC_2.18 pthread_setattr_default_np F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F

View File

@ -187,7 +187,6 @@ GLIBC_2.33 send F
GLIBC_2.33 sendmsg F GLIBC_2.33 sendmsg F
GLIBC_2.33 sigaction F GLIBC_2.33 sigaction F
GLIBC_2.33 sigwait F GLIBC_2.33 sigwait F
GLIBC_2.33 tcdrain F
GLIBC_2.33 thrd_create F GLIBC_2.33 thrd_create F
GLIBC_2.33 thrd_detach F GLIBC_2.33 thrd_detach F
GLIBC_2.33 thrd_exit F GLIBC_2.33 thrd_exit F

View File

@ -170,7 +170,6 @@ GLIBC_2.27 send F
GLIBC_2.27 sendmsg F GLIBC_2.27 sendmsg F
GLIBC_2.27 sigaction F GLIBC_2.27 sigaction F
GLIBC_2.27 sigwait F GLIBC_2.27 sigwait F
GLIBC_2.27 tcdrain F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F
GLIBC_2.28 cnd_broadcast F GLIBC_2.28 cnd_broadcast F
GLIBC_2.28 cnd_destroy F GLIBC_2.28 cnd_destroy F

View File

@ -74,7 +74,6 @@ GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F GLIBC_2.0 sigwait F
GLIBC_2.0 system F GLIBC_2.0 system F
GLIBC_2.0 tcdrain F
GLIBC_2.1 __libc_allocate_rtsig F GLIBC_2.1 __libc_allocate_rtsig F
GLIBC_2.1 __libc_current_sigrtmax F GLIBC_2.1 __libc_current_sigrtmax F
GLIBC_2.1 __libc_current_sigrtmin F GLIBC_2.1 __libc_current_sigrtmin F

View File

@ -153,7 +153,6 @@ GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F GLIBC_2.2 sigwait F
GLIBC_2.2 system F GLIBC_2.2 system F
GLIBC_2.2 tcdrain F
GLIBC_2.2.3 __libpthread_version_placeholder F GLIBC_2.2.3 __libpthread_version_placeholder F
GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F

View File

@ -151,7 +151,6 @@ GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F GLIBC_2.2 sigwait F
GLIBC_2.2 system F GLIBC_2.2 system F
GLIBC_2.2 tcdrain F
GLIBC_2.2.3 __libpthread_version_placeholder F GLIBC_2.2.3 __libpthread_version_placeholder F
GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F

View File

@ -151,7 +151,6 @@ GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F GLIBC_2.2 sigwait F
GLIBC_2.2 system F GLIBC_2.2 system F
GLIBC_2.2 tcdrain F
GLIBC_2.2.3 __libpthread_version_placeholder F GLIBC_2.2.3 __libpthread_version_placeholder F
GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F

View File

@ -74,7 +74,6 @@ GLIBC_2.0 sigaction F
GLIBC_2.0 siglongjmp F GLIBC_2.0 siglongjmp F
GLIBC_2.0 sigwait F GLIBC_2.0 sigwait F
GLIBC_2.0 system F GLIBC_2.0 system F
GLIBC_2.0 tcdrain F
GLIBC_2.1 __libc_allocate_rtsig F GLIBC_2.1 __libc_allocate_rtsig F
GLIBC_2.1 __libc_current_sigrtmax F GLIBC_2.1 __libc_current_sigrtmax F
GLIBC_2.1 __libc_current_sigrtmin F GLIBC_2.1 __libc_current_sigrtmin F

View File

@ -151,7 +151,6 @@ GLIBC_2.2 sigaction F
GLIBC_2.2 siglongjmp F GLIBC_2.2 siglongjmp F
GLIBC_2.2 sigwait F GLIBC_2.2 sigwait F
GLIBC_2.2 system F GLIBC_2.2 system F
GLIBC_2.2 tcdrain F
GLIBC_2.2.3 __libpthread_version_placeholder F GLIBC_2.2.3 __libpthread_version_placeholder F
GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F

View File

@ -151,7 +151,6 @@ GLIBC_2.2.5 sigaction F
GLIBC_2.2.5 siglongjmp F GLIBC_2.2.5 siglongjmp F
GLIBC_2.2.5 sigwait F GLIBC_2.2.5 sigwait F
GLIBC_2.2.5 system F GLIBC_2.2.5 system F
GLIBC_2.2.5 tcdrain F
GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F
GLIBC_2.28 cnd_broadcast F GLIBC_2.28 cnd_broadcast F

View File

@ -171,7 +171,6 @@ GLIBC_2.16 sigaction F
GLIBC_2.16 siglongjmp F GLIBC_2.16 siglongjmp F
GLIBC_2.16 sigwait F GLIBC_2.16 sigwait F
GLIBC_2.16 system F GLIBC_2.16 system F
GLIBC_2.16 tcdrain F
GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_getattr_default_np F
GLIBC_2.18 pthread_setattr_default_np F GLIBC_2.18 pthread_setattr_default_np F
GLIBC_2.28 call_once F GLIBC_2.28 call_once F