Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-07-30 12:02:12 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-07-30 12:02:12 +0400
commitdb0378d50fccff728bce8cec70e98b5d55a1e1ad (patch)
tree319ab3f3adf8c6c503bf679248f21bf315a6a6a6
parent03ad777ab05342cdfbf7a4e08abf4b074b03d681 (diff)
* libc/string/strerror.c: Fix documentation so makedoc doesn't
stumble over a sole EAGAIN.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/string/strerror.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 1255ad0ba..00f59cde4 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2014-07-30 Corinna Vinschen <vinschen@redhat.com>
+
+ * libc/string/strerror.c: Fix documentation so makedoc doesn't
+ stumble over a sole EAGAIN.
+
2014-07-27 Anthony Green <green@moxielogic.com>
* configure.host: Add moxie-*-moxiebox target.
diff --git a/newlib/libc/string/strerror.c b/newlib/libc/string/strerror.c
index 51d472517..fcef33e0e 100644
--- a/newlib/libc/string/strerror.c
+++ b/newlib/libc/string/strerror.c
@@ -313,7 +313,7 @@ o ETXTBSY
Text file busy
o EWOULDBLOCK
-EAGAIN
+Operation would block (usually same as EAGAIN)
o EXDEV
Cross-device link