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 56bd417 commit bc68163Copy full SHA for bc68163
src/unix/linux_like/linux/mod.rs
@@ -2307,6 +2307,10 @@ pub const ALG_OP_ENCRYPT: ::c_int = 1;
2307
// include/uapi/linux/mman.h
2308
pub const MAP_SHARED_VALIDATE: ::c_int = 0x3;
2309
2310
+// include/uapi/asm-generic/mman-common.h
2311
+#[cfg(not(any(target_arch = "mips", target_arch = "mips64")))]
2312
+pub const MAP_SYNC : ::c_int = 0x080000;
2313
+
2314
// uapi/linux/vm_sockets.h
2315
pub const VMADDR_CID_ANY: ::c_uint = 0xFFFFFFFF;
2316
pub const VMADDR_CID_HYPERVISOR: ::c_uint = 0;
0 commit comments