Fix comment in sys/wait.h
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
712811e9bb
commit
1aeda8a95f
|
@ -1,3 +1,7 @@
|
|||
2015-05-28 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/sys/wait.h: Fix comment.
|
||||
|
||||
2015-05-27 David Stacey <drstacey@tiscali.co.uk>
|
||||
|
||||
* libc/argz/argz_replace.c: Fix potential memory leak.
|
||||
|
|
|
@ -11,7 +11,7 @@ extern "C" {
|
|||
#define WUNTRACED 2
|
||||
|
||||
/* A status looks like:
|
||||
<2 bytes info> <2 bytes code>
|
||||
<1 byte info> <1 byte code>
|
||||
|
||||
<code> == 0, child has exited, info is the exit value
|
||||
<code> == 1..7e, child has exited, info is the signal number.
|
||||
|
|
Loading…
Reference in New Issue