]> git.eshelyaron.com Git - emacs.git/commit
(create_process): Use Posix signal handling to
authorKarl Heuer <kwzh@gnu.org>
Wed, 13 Dec 1995 01:52:07 +0000 (01:52 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 13 Dec 1995 01:52:07 +0000 (01:52 +0000)
commit0dc70c33a073153c39a62138177d4a42946bb92d
treee5f030a21fa5339eaf5dde4c63622748b1c64045
parent3ec89604c4f132d39f71f0b06d61d6e733ec2919
(create_process):  Use Posix signal handling to
block signals, if available.  If HAVE_VFORK, save and restore
signal handlers that the child might change, since in many
systems (e.g. Solaris 2.4) if the child changes the signal
handlers this munges the parent's handler.
src/process.c