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