From 827278060826e62e5f30d9f39f745e075669dc26 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 6 Feb 2015 12:29:39 -0800 Subject: Do not use SA_NOCLDWAIT in tst-pselect. --- misc/tst-pselect.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'misc/tst-pselect.c') diff --git a/misc/tst-pselect.c b/misc/tst-pselect.c index 095d794..0d11a80 100644 --- a/misc/tst-pselect.c +++ b/misc/tst-pselect.c @@ -31,8 +31,6 @@ do_test (void) } sa.sa_handler = SIG_IGN; - sa.sa_flags = SA_NOCLDWAIT; - if (sigaction (SIGCHLD, &sa, NULL) != 0) { puts ("2nd sigaction failed"); -- cgit v1.1