aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 46385fa096b..45e8afdd22c 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6159,7 +6159,8 @@ handle_child_signal (int sig)
6159 struct Lisp_Process *p = XPROCESS (proc); 6159 struct Lisp_Process *p = XPROCESS (proc);
6160 int status; 6160 int status;
6161 6161
6162 if (p->alive && child_status_changed (p->pid, &status, WUNTRACED)) 6162 if (p->alive
6163 && child_status_changed (p->pid, &status, WUNTRACED | WCONTINUED))
6163 { 6164 {
6164 /* Change the status of the process that was found. */ 6165 /* Change the status of the process that was found. */
6165 p->tick = ++process_tick; 6166 p->tick = ++process_tick;