mention WNOHANG bug fix
This commit is contained in:
parent
df211904e0
commit
044c8d2cea
@ -15,6 +15,7 @@
|
|||||||
* process.c (internal_wait): Handle ECHILD exit from wait call with
|
* 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
|
WNOHANG flag set; force the return value to 0 in the inferior when it
|
||||||
has live children we are tracing.
|
has live children we are tracing.
|
||||||
|
* NEWS: Mention the bug fix.
|
||||||
|
|
||||||
2002-12-17 Roland McGrath <roland@redhat.com>
|
2002-12-17 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
2
NEWS
2
NEWS
@ -8,6 +8,8 @@ Changes in CVS (not yet released)
|
|||||||
* Trace an unbounded number of processes.
|
* Trace an unbounded number of processes.
|
||||||
* Handle numerous new system calls in Linux 2.5.
|
* Handle numerous new system calls in Linux 2.5.
|
||||||
* Fixed bugs with attach/detach leaving things stopped.
|
* 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
|
Changes in 4.4
|
||||||
==============
|
==============
|
||||||
|
Loading…
Reference in New Issue
Block a user