aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-11-13 11:05:02 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-12-19 16:11:09 -0300
commitb633cdff2cd7259baea4d115cce0a818542f6f98 (patch)
treede27ee4f67fd524afcc2eab914630104b5a2f6ca /nptl/Makefile
parentc97f9a5979e6c8dd4d005a01e5b1254ae4007362 (diff)
downloadglibc-b633cdff2cd7259baea4d115cce0a818542f6f98.tar
glibc-b633cdff2cd7259baea4d115cce0a818542f6f98.tar.gz
glibc-b633cdff2cd7259baea4d115cce0a818542f6f98.tar.bz2
glibc-b633cdff2cd7259baea4d115cce0a818542f6f98.zip
nptl: Move waitpid implementation to libc
Checked on x86_64-linux-gnu and powerpc64le-linux-gnu.
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 721030cd30..4a57213ddb 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -47,7 +47,7 @@ pthread-compat-wrappers = \
sendto fsync lseek lseek64 \
msync open open64 pause \
pread pread64 pwrite pwrite64 \
- tcdrain waitpid msgrcv msgsnd \
+ tcdrain msgrcv msgsnd \
sigwait sigsuspend \
recvmsg sendmsg
@@ -206,7 +206,6 @@ CFLAGS-pread.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-pread64.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-pwrite.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-pwrite64.c += -fexceptions -fasynchronous-unwind-tables
-CFLAGS-waitpid.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