* libc/string/strerror.c: Fix documentation so makedoc doesn't
stumble over a sole EAGAIN.
This commit is contained in:
parent
03ad777ab0
commit
db0378d50f
|
@ -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.
|
||||
|
|
|
@ -313,7 +313,7 @@ o ETXTBSY
|
|||
Text file busy
|
||||
|
||||
o EWOULDBLOCK
|
||||
EAGAIN
|
||||
Operation would block (usually same as EAGAIN)
|
||||
|
||||
o EXDEV
|
||||
Cross-device link
|
||||
|
|
Loading…
Reference in New Issue