From: Adhemerval Zanella Date: Fri, 20 Dec 2019 12:59:11 +0000 (-0300) Subject: Add exception-based flags for wait4 X-Git-Tag: glibc-2.31~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e687c6d459edba77efe360014d4adec97d1a5c;p=thirdparty%2Fglibc.git Add exception-based flags for wait4 It fixes the tst-cancelx4 and tst-cancelx5 on sparc{64,v9}. Checked on sparc64-linux-gnu and sparcv9-linux-gnu. --- diff --git a/posix/Makefile b/posix/Makefile index fe031eb4501..3dfa03f013e 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -223,6 +223,7 @@ CFLAGS-sleep.c += -fexceptions CFLAGS-wait.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-waitid.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-waitpid.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-wait4.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-getopt.c += -fexceptions CFLAGS-wordexp.c += -fexceptions CFLAGS-wordexp.os = -fomit-frame-pointer