about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-04-16 18:37:53 -0400
committerRich Felker <dalias@aerifal.cx>2012-04-16 18:37:53 -0400
commit9d2a15a64e03b2e369161add728de3139dae5a7f (patch)
tree096257f225368dbf4243a33b5006c2bc603da92a
parentf94cbdeb4181e604e193646af16a2e5daa3dd718 (diff)
downloadmusl-9d2a15a64e03b2e369161add728de3139dae5a7f.tar.gz
musl-9d2a15a64e03b2e369161add728de3139dae5a7f.tar.xz
musl-9d2a15a64e03b2e369161add728de3139dae5a7f.zip
better description for errno==0
-rw-r--r--src/errno/__strerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errno/__strerror.h b/src/errno/__strerror.h
index 00eaf938..d291a7cd 100644
--- 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")