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 8edb82d commit b83e316Copy full SHA for b83e316
src/unix/linux_like/linux/uclibc/mips/mod.rs
@@ -263,6 +263,8 @@ pub const ICANON: ::tcflag_t = 0x00000002;
263
pub const PENDIN: ::tcflag_t = 0x00004000;
264
pub const NOFLSH: ::tcflag_t = 0x00000080;
265
266
+pub const MAP_HUGETLB: ::c_int = 0x80000;
267
+
268
pub const B0: ::speed_t = 0o000000;
269
pub const B50: ::speed_t = 0o000001;
270
pub const B75: ::speed_t = 0o000002;
0 commit comments