From 044c8d2ceae0c0147b6b117356020d01044ff2ed Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 22 Dec 2002 03:36:03 +0000 Subject: [PATCH] mention WNOHANG bug fix --- ChangeLog | 1 + NEWS | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1abfe9e3..c7ddba7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ * process.c (internal_wait): Handle ECHILD exit from wait call with WNOHANG flag set; force the return value to 0 in the inferior when it has live children we are tracing. + * NEWS: Mention the bug fix. 2002-12-17 Roland McGrath diff --git a/NEWS b/NEWS index b7232b2c..0181ff31 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ Changes in CVS (not yet released) * Trace an unbounded number of processes. * Handle numerous new system calls in Linux 2.5. * Fixed bugs with attach/detach leaving things stopped. +* Fixed traced process seeing ECHILD despite live, traced children + in waitpid calls with WNOHANG. Changes in 4.4 ============== -- 2.40.0