From 1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Sat, 13 Mar 2021 20:04:18 -0300 Subject: nptl: Remove tcdrain from libpthread The libc version is identical and built with same flags. Checked on x86_64-linux-gnu. --- nptl/Makefile | 3 +-- nptl/Versions | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'nptl') diff --git a/nptl/Makefile b/nptl/Makefile index 61b6249..968b612 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -85,7 +85,7 @@ pthread-compat-wrappers = \ lseek lseek64 \ open open64 \ pread pread64 pwrite pwrite64 \ - tcdrain msgrcv msgsnd \ + msgrcv msgsnd \ sigwait sigsuspend \ recvmsg sendmsg @@ -294,7 +294,6 @@ CFLAGS-pwrite64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-msgrcv.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-open64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables diff --git a/nptl/Versions b/nptl/Versions index ed087cf..23320a0 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -179,7 +179,6 @@ libpthread { siglongjmp; sigwait; system; - tcdrain; } GLIBC_2.1 { -- cgit v1.1