Browse Source

better description for errno==0

Rich Felker 13 years ago
parent
commit
9d2a15a64e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/errno/__strerror.h

+ 1 - 1
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")