projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f94cbde
)
better description for errno==0
author
Rich Felker
<dalias@aerifal.cx>
Mon, 16 Apr 2012 22:37:53 +0000
(18:37 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 16 Apr 2012 22:37:53 +0000
(18:37 -0400)
src/errno/__strerror.h
patch
|
blob
|
history
diff --git
a/src/errno/__strerror.h
b/src/errno/__strerror.h
index 00eaf9382dfad70ef5671fbd54c0bcd5313c6239..d291a7cda1db1f22e7a0a606d823ddcc65aeea28 100644
(file)
--- a/
src/errno/__strerror.h
+++ b/
src/errno/__strerror.h
@@
-98,4
+98,4
@@
E(EDQUOT, "Quota exceeded")
E(ENOMEDIUM, "No medium found")
E(EMEDIUMTYPE, "Wrong medium type")
-E(0, "
Invalid error number
")
+E(0, "
No error information
")