aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-13 20:04:18 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:39 -0300
commit1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe (patch)
tree9778f69bc88663fbfeaf84c9732d4881d92d6234 /nptl
parentc29386fd5059e87e63f4c6eaa9feb0aabf7f7f36 (diff)
downloadglibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar
glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar.gz
glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar.bz2
glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.zip
nptl: Remove tcdrain from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/Makefile3
-rw-r--r--nptl/Versions1
2 files changed, 1 insertions, 3 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 61b6249553..968b612e60 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 ed087cf41c..23320a0a22 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -179,7 +179,6 @@ libpthread {
siglongjmp;
sigwait;
system;
- tcdrain;
}
GLIBC_2.1 {