aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile3
1 files changed, 1 insertions, 2 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