commit | 044c8d2ceae0c0147b6b117356020d01044ff2ed | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Sun Dec 22 03:36:03 2002 +0000 |
committer | Roland McGrath <roland@redhat.com> | Sun Dec 22 03:36:03 2002 +0000 |
tree | f8e415dda7cc2bb693f17ce7bc578be4819d5e87 | |
parent | df211904e03a1eefcebe0c0c8c4d1ee61d2aa8b0 [diff] [blame] |
mention WNOHANG bug fix
diff --git a/ChangeLog b/ChangeLog index 1abfe9e..c7ddba7 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 <roland@redhat.com>