aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 5fe6a6540f3..51648187aff 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6283,8 +6283,8 @@ record_child_status_change (pid_t pid, int w)
6283{ 6283{
6284#ifdef SIGCHLD 6284#ifdef SIGCHLD
6285 6285
6286 /* On POSIXish hosts, record at most one child only if we already 6286 /* Record at most one child only if we already know one child that
6287 know one child that has exited. */ 6287 has exited. */
6288 bool record_at_most_one_child = 0 <= pid; 6288 bool record_at_most_one_child = 0 <= pid;
6289 6289
6290 Lisp_Object tail; 6290 Lisp_Object tail;