commit 6e5330ee38cb10d4dec85ec36c7a1a0925ead8c9 (tree)
parent 30ace64fc4881e1799dfdbf2b034dc3b5a29f1d1
Author: Koakuma <koachan@protonmail.com>
Date: Wed, 12 May 2021 14:23:08 +0700
Define ENOTSUP for SPARC
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/std/os/bits/linux/errno-sparc.zig b/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;