commit | bb09ceb95477ecc271854b3fdd8d2776eca66adf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 16:27:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 16:27:23 2016 +0200 |
tree | d79b1e387fc36710d17ad3ce6c423a06aa518fa1 | |
parent | 025e3e0bafbc85cc4e365145af711edf99d0a90d [diff] [blame] |
patch 8.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)
diff --git a/src/config.h.in b/src/config.h.in index 9d35e48..62427e2 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