Add missing ENOTSUP alias to errno (#2692)

This commit is contained in:
Kai Willadsen
2018-12-18 02:46:32 +10:00
committed by Sebastian Rittau
parent 1564770456
commit 4d85e5365f

View File

@@ -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