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 f0d6d04 commit 3d03ff3Copy full SHA for 3d03ff3
src/sys/mman.rs
@@ -138,6 +138,7 @@ libc_bitflags!{
138
/// Pages in this mapping are not retained in the kernel's memory cache.
139
#[cfg(any(target_os = "ios", target_os = "macos"))]
140
MAP_NOCACHE;
141
+ /// Allows the W/X bit on the page, it's necessary on aarch64 architecture.
142
143
MAP_JIT;
144
}
0 commit comments