public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/cygwin-2.0] Fix comment in sys/wait.h
@ 2015-05-28 14:41 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2015-05-28 14:41 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1aeda8a95f10002ad99920ee0610533b5aa7664b

commit 1aeda8a95f10002ad99920ee0610533b5aa7664b
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu May 28 16:39:09 2015 +0200

    Fix comment in sys/wait.h
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/ChangeLog               | 4 ++++
 newlib/libc/include/sys/wait.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d1b0afe..632f2ac 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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.
diff --git a/newlib/libc/include/sys/wait.h b/newlib/libc/include/sys/wait.h
index 73fe372..f17e53f 100644
--- a/newlib/libc/include/sys/wait.h
+++ b/newlib/libc/include/sys/wait.h
@@ -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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-28 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-28 14:41 [newlib-cygwin/cygwin-2.0] Fix comment in sys/wait.h Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).