aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/extconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index fc6e2388d..e33170430 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -1268,6 +1268,7 @@ static void _null_sig_handler(int sig)
static struct sigaction null_sig_handler = {
.sa_handler = _null_sig_handler,
+ .sa_flags = SA_RESTART,
};
void ast_replace_sigchld(void);