authorgravatar for koachan@protonmail.comKoakuma <koachan@protonmail.com> 2021-05-12 14:23:08+07:00
committergravatar for koachan@protonmail.comKoakuma <koachan@protonmail.com> 2021-05-12 14:23:08+07:00
log6e5330ee38cb10d4dec85ec36c7a1a0925ead8c9
tree66ce791a2c9865d0181f10ab965f4b1bb2bad284
parent30ace64fc4881e1799dfdbf2b034dc3b5a29f1d1

Define ENOTSUP for SPARC


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/os/bits/linux/errno-sparc.zig+1
...@@ -52,6 +52,7 @@ pub const ENOPROTOOPT = 42;...@@ -52,6 +52,7 @@ pub const ENOPROTOOPT = 42;
52pub const EPROTONOSUPPORT = 43;52pub const EPROTONOSUPPORT = 43;
53pub const ESOCKTNOSUPPORT = 44;53pub const ESOCKTNOSUPPORT = 44;
54pub const EOPNOTSUPP = 45;54pub const EOPNOTSUPP = 45;
55pub const ENOTSUP = EOPNOTSUPP;
55pub const EPFNOSUPPORT = 46;56pub const EPFNOSUPPORT = 46;
56pub const EAFNOSUPPORT = 47;57pub const EAFNOSUPPORT = 47;
57pub const EADDRINUSE = 48;58pub const EADDRINUSE = 48;