summaryrefslogtreecommitdiffstats
path: root/src/jobs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jobs.c')
-rw-r--r--src/jobs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jobs.c b/src/jobs.c
index 3b617b56..aa014f3a 100644
--- a/src/jobs.c
+++ b/src/jobs.c
@@ -915,6 +915,7 @@ void jobs_exit(void (*handler)())
}
/* wake up the threads */
+ evloop_wakeup();
pthread_cond_broadcast(&cond);
/* leave */