Selaa lähdekoodia

better description for errno==0

Rich Felker 13 vuotta sitten
vanhempi
sitoutus
9d2a15a64e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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")