| ... | @@ -52,6 +52,7 @@ pub const ENOPROTOOPT = 42; | ... | @@ -52,6 +52,7 @@ pub const ENOPROTOOPT = 42; |
| 52 | pub const EPROTONOSUPPORT = 43; | 52 | pub const EPROTONOSUPPORT = 43; |
| 53 | pub const ESOCKTNOSUPPORT = 44; | 53 | pub const ESOCKTNOSUPPORT = 44; |
| 54 | pub const EOPNOTSUPP = 45; | 54 | pub const EOPNOTSUPP = 45; |
| | 55 | pub const ENOTSUP = EOPNOTSUPP; |
| 55 | pub const EPFNOSUPPORT = 46; | 56 | pub const EPFNOSUPPORT = 46; |
| 56 | pub const EAFNOSUPPORT = 47; | 57 | pub const EAFNOSUPPORT = 47; |
| 57 | pub const EADDRINUSE = 48; | 58 | pub const EADDRINUSE = 48; |