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 be45368 + 5c0742b commit 9da654bCopy full SHA for 9da654b
src/unix/linux_like/linux/musl/b64/powerpc64.rs
@@ -177,8 +177,8 @@ pub const MAP_ANON: c_int = 0x0020;
177
pub const MAP_GROWSDOWN: c_int = 0x0100;
178
pub const MAP_DENYWRITE: c_int = 0x0800;
179
pub const MAP_EXECUTABLE: c_int = 0x01000;
180
-pub const MAP_LOCKED: c_int = 0x02000;
181
-pub const MAP_NORESERVE: c_int = 0x04000;
+pub const MAP_LOCKED: c_int = 0x80;
+pub const MAP_NORESERVE: c_int = 0x40;
182
pub const MAP_POPULATE: c_int = 0x08000;
183
pub const MAP_NONBLOCK: c_int = 0x010000;
184
pub const MAP_STACK: c_int = 0x020000;
0 commit comments