Sfoglia il codice sorgente

better description for errno==0

Rich Felker 13 anni fa
parent
commit
9d2a15a64e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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")