Don't reraise SIGCHLD, as that can now lose.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2012 17:51:25 +0000 (09:51 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2012 17:51:25 +0000 (09:51 -0800)
commit207a7ef0531ca92468e19115a2c2064c9b22bfd4
treeb6cda053458b082f2fb800b432ca8ea288453f84
parent191562422a2d6d54214e24c349a471ac21ebf178
Don't reraise SIGCHLD, as that can now lose.

With the 2012-12-03 fix for Bug#12980 in place, an old workaround
for some of that bug's symptoms can now cause Emacs to abort.
Remove the workaround.
* process.c (wait_reading_process_output): Don't reraise SIGCHLD.
The bug that caused SIGCHLD to get lost has been fixed, and the
workaround for it can now cause Emacs to abort.

Fixes: debbugs:13192
src/ChangeLog
src/process.c