public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/fw/builtin-syscalls-4] Add exception-based flags for wait4
@ 2019-12-31 10:47 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2019-12-31 10:47 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=57e687c6d459edba77efe360014d4adec97d1a5c

commit 57e687c6d459edba77efe360014d4adec97d1a5c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Dec 20 09:59:11 2019 -0300

    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:
---
 posix/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/posix/Makefile b/posix/Makefile
index fe031eb..3dfa03f 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-31 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 10:47 [glibc/fw/builtin-syscalls-4] Add exception-based flags for wait4 Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).