Define ENOTSUP for SPARC

This commit is contained in:
Koakuma 2021-05-12 14:23:08 +07:00
parent 30ace64fc4
commit 6e5330ee38

View File

@ -52,6 +52,7 @@ pub const ENOPROTOOPT = 42;
pub const EPROTONOSUPPORT = 43;
pub const ESOCKTNOSUPPORT = 44;
pub const EOPNOTSUPP = 45;
pub const ENOTSUP = EOPNOTSUPP;
pub const EPFNOSUPPORT = 46;
pub const EAFNOSUPPORT = 47;
pub const EADDRINUSE = 48;