• Paul Eggert's avatar
    Don't reraise SIGCHLD, as that can now lose. · 207a7ef0
    Paul Eggert authored
    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
    207a7ef0
ChangeLog 822 KB