diff options
Diffstat (limited to 'nptl/tst-exec5.c')
-rw-r--r-- | nptl/tst-exec5.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nptl/tst-exec5.c b/nptl/tst-exec5.c index 0262893..c77f856 100644 --- a/nptl/tst-exec5.c +++ b/nptl/tst-exec5.c @@ -86,11 +86,7 @@ do_test (void) } /* Not interested in knowing when the pipe is closed. */ - if (sigignore (SIGPIPE) != 0) - { - puts ("error: sigignore failed"); - exit (1); - } + xsignal (SIGPIPE, SIG_IGN); /* To synchronize with the thread. */ if (pthread_barrier_init (&b, NULL, 2) != 0) |