mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
Define ENOTSUP for SPARC
This commit is contained in:
parent
30ace64fc4
commit
6e5330ee38
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user