diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-04-16 18:37:53 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-04-16 18:37:53 -0400 |
commit | 9d2a15a64e03b2e369161add728de3139dae5a7f (patch) | |
tree | 096257f225368dbf4243a33b5006c2bc603da92a /src/errno | |
parent | f94cbdeb4181e604e193646af16a2e5daa3dd718 (diff) | |
download | musl-9d2a15a64e03b2e369161add728de3139dae5a7f.tar.gz musl-9d2a15a64e03b2e369161add728de3139dae5a7f.tar.bz2 musl-9d2a15a64e03b2e369161add728de3139dae5a7f.tar.xz musl-9d2a15a64e03b2e369161add728de3139dae5a7f.zip |
better description for errno==0
Diffstat (limited to 'src/errno')
-rw-r--r-- | src/errno/__strerror.h | 2 |
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") |