mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
add missing errnos (#3254)
This commit is contained in:
@@ -128,3 +128,13 @@ ENAVAIL: int
|
||||
EISNAM: int
|
||||
EREMOTEIO: int
|
||||
EDQUOT: int
|
||||
ECANCELED: int # undocumented
|
||||
EKEYEXPIRED: int # undocumented
|
||||
EKEYREJECTED: int # undocumented
|
||||
EKEYREVOKED: int # undocumented
|
||||
EMEDIUMTYPE: int # undocumented
|
||||
ENOKEY: int # undocumented
|
||||
ENOMEDIUM: int # undocumented
|
||||
ENOTRECOVERABLE: int # undocumented
|
||||
EOWNERDEAD: int # undocumented
|
||||
ERFKILL: int # undocumented
|
||||
|
||||
Reference in New Issue
Block a user