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 b91bf39 commit d8a1900Copy full SHA for d8a1900
src/sys/mman.rs
@@ -143,7 +143,7 @@ libc_bitflags! {
143
#[cfg(any(freebsdlike, netbsdlike))]
144
MAP_HASSEMAPHORE;
145
/// Region grows down, like a stack.
146
- #[cfg(any(linux_android, freebsdlike, target_os = "openbsd"))]
+ #[cfg(any(linux_android, freebsdlike, netbsdlike))]
147
MAP_STACK;
148
/// Do not write through the page caches, write directly to the file. Used for Direct Access (DAX) enabled file systems.
149
// Available on Linux glibc and musl, MIPS* target excluded.
0 commit comments