Commit 6e5330ee38

Koakuma <koachan@protonmail.com>
2021-05-12 09:23:08
Define ENOTSUP for SPARC
1 parent 30ace64
Changed files (1)
lib
std
os
bits
lib/std/os/bits/linux/errno-sparc.zig
@@ -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;