Parcourir la source

better description for errno==0

Rich Felker il y a 13 ans
Parent
commit
9d2a15a64e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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")