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 57d4c86 commit ed33507Copy full SHA for ed33507
src/sys/mman.rs
@@ -141,7 +141,7 @@ libc_bitflags!{
141
#[cfg(any(target_os = "ios", target_os = "macos"))]
142
MAP_JIT;
143
/// Allows to use large pages, underlying alignment based on size.
144
- #[cfg(target_os = "freesd")]
+ #[cfg(target_os = "freebsd")]
145
MAP_ALIGNED_SUPER;
146
/// Pages will be discarded in the core dumps.
147
#[cfg(target_os = "openbsd")]
0 commit comments