]> git.eshelyaron.com Git - emacs.git/commit
Work around macOS bug in create_process, too
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 May 2017 09:00:02 +0000 (02:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 May 2017 09:00:29 +0000 (02:00 -0700)
commit9759b249e97d4b05644309fc70ae9277b347027e
tree46a1f06e5f42f392a70e66b88edca0850ff5acdf
parentcb6d66974416f535fefb42c974b73037e257399a
Work around macOS bug in create_process, too

* src/process.c (create_process) [DARWIN_OS]:
Reset SIGCHLD after vfork here, too.
src/process.c