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.
2 parents 1068fee + c711fb2 commit 9ed71faCopy full SHA for 9ed71fa
src/unix/linux_like/linux/musl/b64/riscv64/mod.rs
@@ -548,6 +548,11 @@ pub const EHOSTUNREACH: ::c_int = 113;
548
pub const EALREADY: ::c_int = 114;
549
pub const EINPROGRESS: ::c_int = 115;
550
pub const ESTALE: ::c_int = 116;
551
+pub const EUCLEAN: ::c_int = 117;
552
+pub const ENOTNAM: ::c_int = 118;
553
+pub const ENAVAIL: ::c_int = 119;
554
+pub const EISNAM: ::c_int = 120;
555
+pub const EREMOTEIO: ::c_int = 121;
556
pub const EDQUOT: ::c_int = 122;
557
pub const ENOMEDIUM: ::c_int = 123;
558
pub const EMEDIUMTYPE: ::c_int = 124;
0 commit comments