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 51d07d5 commit c94c198Copy full SHA for c94c198
src/unix/linux_like/linux/musl/b64/s390x.rs
@@ -221,6 +221,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
221
pub const EPROTONOSUPPORT: ::c_int = 93;
222
pub const ESOCKTNOSUPPORT: ::c_int = 94;
223
pub const EOPNOTSUPP: ::c_int = 95;
224
+pub const ENOTSUP: ::c_int = EOPNOTSUPP;
225
pub const EPFNOSUPPORT: ::c_int = 96;
226
pub const EAFNOSUPPORT: ::c_int = 97;
227
pub const ENETDOWN: ::c_int = 100;
0 commit comments