diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-07-30 08:02:12 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-07-30 08:02:12 +0000 |
commit | db0378d50fccff728bce8cec70e98b5d55a1e1ad (patch) | |
tree | 319ab3f3adf8c6c503bf679248f21bf315a6a6a6 /newlib/libc/string/strerror.c | |
parent | 03ad777ab05342cdfbf7a4e08abf4b074b03d681 (diff) | |
download | cygnal-db0378d50fccff728bce8cec70e98b5d55a1e1ad.tar.gz cygnal-db0378d50fccff728bce8cec70e98b5d55a1e1ad.tar.bz2 cygnal-db0378d50fccff728bce8cec70e98b5d55a1e1ad.zip |
* libc/string/strerror.c: Fix documentation so makedoc doesn't
stumble over a sole EAGAIN.
Diffstat (limited to 'newlib/libc/string/strerror.c')
-rw-r--r-- | newlib/libc/string/strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |