diff --git a/stdlib/2and3/errno.pyi b/stdlib/2and3/errno.pyi index d24f2e435..21a2f3437 100644 --- a/stdlib/2and3/errno.pyi +++ b/stdlib/2and3/errno.pyi @@ -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