diff options
Diffstat (limited to 'newlib/libc')
-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 |