summaryrefslogtreecommitdiff
path: root/timedrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'timedrun.c')
-rw-r--r--timedrun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/timedrun.c b/timedrun.c
index a869004..07f5d0d 100644
--- a/timedrun.c
+++ b/timedrun.c
@@ -27,6 +27,7 @@ static int wait_for_process(pid_t pid)
sigaction(SIGALRM, &sig_handler, NULL);
sigaction(SIGHUP, &sig_handler, NULL);
sigaction(SIGINT, &sig_handler, NULL);
+ sigaction(SIGUSR1, &sig_handler, NULL);
sigaction(SIGTERM, &sig_handler, NULL);
sigaction(SIGPIPE, &sig_handler, NULL);