From db0378d50fccff728bce8cec70e98b5d55a1e1ad Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 30 Jul 2014 08:02:12 +0000 Subject: * libc/string/strerror.c: Fix documentation so makedoc doesn't stumble over a sole EAGAIN. --- newlib/libc/string/strerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/string/strerror.c') 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 -- cgit v1.2.3