Skip to content

Commit a7fd53a

Browse files
bors[bot]devnexen
andauthoredSep 19, 2021
1532: mman MAP_JIT flag documentation. r=asomers a=devnexen Co-authored-by: David Carlier <devnexen@gmail.com>
2 parents 1c0bc5c + 3d03ff3 commit a7fd53a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/sys/mman.rs

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ libc_bitflags!{
138138
/// Pages in this mapping are not retained in the kernel's memory cache.
139139
#[cfg(any(target_os = "ios", target_os = "macos"))]
140140
MAP_NOCACHE;
141+
/// Allows the W/X bit on the page, it's necessary on aarch64 architecture.
141142
#[cfg(any(target_os = "ios", target_os = "macos"))]
142143
MAP_JIT;
143144
/// Allows to use large pages, underlying alignment based on size.

0 commit comments

Comments
 (0)