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 f7ecd5d commit ba8ad25Copy full SHA for ba8ad25
src/unix/linux_like/linux/musl/b64/mips64.rs
@@ -505,6 +505,7 @@ pub const ENOPROTOOPT: ::c_int = 99;
505
pub const EPROTONOSUPPORT: ::c_int = 120;
506
pub const ESOCKTNOSUPPORT: ::c_int = 121;
507
pub const EOPNOTSUPP: ::c_int = 122;
508
+pub const ENOTSUP: ::c_int = EOPNOTSUPP;
509
pub const EPFNOSUPPORT: ::c_int = 123;
510
pub const EAFNOSUPPORT: ::c_int = 124;
511
pub const EADDRINUSE: ::c_int = 125;
0 commit comments