]> granicus.if.org Git - strace/commitdiff
mention WNOHANG bug fix
authorRoland McGrath <roland@redhat.com>
Sun, 22 Dec 2002 03:36:03 +0000 (03:36 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 22 Dec 2002 03:36:03 +0000 (03:36 +0000)
ChangeLog
NEWS

index 1abfe9e3840e62003680d9ad6527033e35149a30..c7ddba7e7cce1921ab5678e86af8aa01cc8823e5 100644 (file)
--- 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  <roland@redhat.com>
 
diff --git a/NEWS b/NEWS
index b7232b2cd40529716fd37c492bce21334671dc6c..0181ff31cca625adb1e563db0b5f6102e20123c4 100644 (file)
--- 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
 ==============