errno: fix typo and add missing constants (#7553)

This commit is contained in:
Jelle Zijlstra
2022-03-25 12:30:26 -07:00
committed by GitHub
parent 9a76b13127
commit 0322fb0905

View File

@@ -37,7 +37,6 @@ EPIPE: int
EDOM: int
ERANGE: int
EDEADLK: int
EDEADLCK: int
ENAMETOOLONG: int
ENOLCK: int
ENOSYS: int
@@ -136,3 +135,24 @@ ENOMEDIUM: int # undocumented
ENOTRECOVERABLE: int # undocumented
EOWNERDEAD: int # undocumented
ERFKILL: int # undocumented
EAUTH: int # undocumented
EBADARCH: int # undocumented
EBADEXEC: int # undocumented
EBADMACHO: int # undocumented
EBADRPC: int # undocumented
EDEVERR: int # undocumented
EFTYPE: int # undocumented
EL: int # undocumented
ELOCKUNMAPPED: int # undocumented
ENEEDAUTH: int # undocumented
ENOATTR: int # undocumented
ENOPOLICY: int # undocumented
ENOTACTIVE: int # undocumented
EPROCLIM: int # undocumented
EPROCUNAVAIL: int # undocumented
EPROGMISMATCH: int # undocumented
EPROGUNAVAIL: int # undocumented
EPWROFF: int # undocumented
EQFULL: int # undocumented
ERPCMISMATCH: int # undocumented
ESHLIBVERS: int # undocumented