summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_sigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_sigaction.c')
-rw-r--r--lib/libc_r/uthread/uthread_sigaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_sigaction.c b/lib/libc_r/uthread/uthread_sigaction.c
index 2be587c..a476542 100644
--- a/lib/libc_r/uthread/uthread_sigaction.c
+++ b/lib/libc_r/uthread/uthread_sigaction.c
@@ -84,7 +84,7 @@ _sigaction(int sig, const struct sigaction * act, struct sigaction * oact)
* handler arguments.
*/
sigfillset(&gact.sa_mask);
- gact.sa_flags = SA_SIGINFO | SA_ONSTACK;
+ gact.sa_flags = SA_SIGINFO | SA_RESTART;
/*
* Check if the signal handler is being set to
OpenPOWER on IntegriCloud