* process.c (handle_child_signal): Also use WCONTINUED.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jun 2013 00:54:34 +0000 (17:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jun 2013 00:54:34 +0000 (17:54 -0700)
commitda9aff1154d9bf612067f1f0cb05fb0ad865d3ce
treedd5374476f733b029b273c52c734d79e631472fe
parent5c20c8b704f59e35e82c408fa44d8f9504f329eb
* process.c (handle_child_signal): Also use WCONTINUED.

This is so that list-processes doesn't mistakenly list the process
as stopped, when the process has actually been continued and is
now running.
src/ChangeLog
src/process.c