]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fix comment in sys/wait.h
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 28 May 2015 14:39:09 +0000 (16:39 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 28 May 2015 14:39:09 +0000 (16:39 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/ChangeLog
newlib/libc/include/sys/wait.h

index d1b0afec863867c5620c43564213aa9162b50fc1..632f2acb573870a75bb13288fddfeee3d2c6291a 100644 (file)
@@ -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.
index 73fe372024f628363f47f06c579d1778a88b0cae..f17e53f125ac2a22bd31906defb7b3acb9f23196 100644 (file)
@@ -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.
This page took 0.051581 seconds and 5 git commands to generate.