From: Roland McGrath Date: Sun, 22 Dec 2002 03:36:03 +0000 (+0000) Subject: mention WNOHANG bug fix X-Git-Tag: v4.5.18~927 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=044c8d2ceae0c0147b6b117356020d01044ff2ed;p=strace mention WNOHANG bug fix --- 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 ==============