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;
5252pub const EPROTONOSUPPORT = 43;
5353pub const ESOCKTNOSUPPORT = 44;
5454pub const EOPNOTSUPP = 45;
55pub const ENOTSUP = EOPNOTSUPP;
5556pub const EPFNOSUPPORT = 46;
5657pub const EAFNOSUPPORT = 47;
5758pub const EADDRINUSE = 48;