mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add missing ENOTSUP alias to errno (#2692)
This commit is contained in:
committed by
Sebastian Rittau
parent
1564770456
commit
4d85e5365f
@@ -99,6 +99,7 @@ EPROTOTYPE = ... # type: int
|
||||
ENOPROTOOPT = ... # type: int
|
||||
EPROTONOSUPPORT = ... # type: int
|
||||
ESOCKTNOSUPPORT = ... # type: int
|
||||
ENOTSUP = ... # type: int
|
||||
EOPNOTSUPP = ... # type: int
|
||||
EPFNOSUPPORT = ... # type: int
|
||||
EAFNOSUPPORT = ... # type: int
|
||||
|
||||
Reference in New Issue
Block a user