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 3ba96df commit 60286e6Copy full SHA for 60286e6
src/unix/redox/mod.rs
@@ -761,7 +761,7 @@ pub const MAP_SHARED: c_int = 0x0001;
761
pub const MAP_PRIVATE: c_int = 0x0002;
762
pub const MAP_ANON: c_int = 0x0020;
763
pub const MAP_ANONYMOUS: c_int = MAP_ANON;
764
-pub const MAP_FIXED: c_int = 0x0010;
+pub const MAP_FIXED: c_int = 0x0004;
765
pub const MAP_FAILED: *mut c_void = !0 as _;
766
767
pub const MS_ASYNC: c_int = 0x0001;
0 commit comments