summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-10-18 16:27:23 +0200
committerBram Moolenaar <Bram@vim.org>2016-10-18 16:27:23 +0200
commitbb09ceb95477ecc271854b3fdd8d2776eca66adf (patch)
treed79b1e387fc36710d17ad3ce6c423a06aa518fa1 /src/config.h.in
parent025e3e0bafbc85cc4e365145af711edf99d0a90d (diff)
patch 8.0.0045v8.0.0045
Problem: Calling job_stop() right after job_start() does not work. Solution: Block signals while fork is still busy. (Ozaki Kiichi, closes #1155)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 9d35e48fa6..62427e28eb 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -190,6 +190,7 @@
#undef HAVE_SIGSET
#undef HAVE_SIGSETJMP
#undef HAVE_SIGSTACK
+#undef HAVE_SIGPROCMASK
#undef HAVE_SIGVEC
#undef HAVE_SMACK
#undef HAVE_STRCASECMP