mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
errno: fix typo and add missing constants (#7553)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user