We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d6835 commit 1c5bc66Copy full SHA for 1c5bc66
src/unix/linux_like/linux/musl/b64/riscv64/mod.rs
@@ -546,6 +546,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
546
pub const EPROTONOSUPPORT: ::c_int = 93;
547
pub const ESOCKTNOSUPPORT: ::c_int = 94;
548
pub const EOPNOTSUPP: ::c_int = 95;
549
+pub const ENOTSUP: ::c_int = EOPNOTSUPP;
550
pub const EPFNOSUPPORT: ::c_int = 96;
551
pub const EAFNOSUPPORT: ::c_int = 97;
552
pub const EADDRINUSE: ::c_int = 98;
0 commit comments