Skip to content

Commit

Permalink
mman mod adding MAP_ALIGNED_SUPER flag for freebsd.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Sep 12, 2021
1 parent bf4f273 commit c1ba92f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sys/mman.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ libc_bitflags!{
MAP_NOCACHE;
#[cfg(any(target_os = "ios", target_os = "macos"))]
MAP_JIT;
#[cfg(target_os = "freesd")]
MAP_ALIGNED_SUPER;
}
}

Expand Down

0 comments on commit c1ba92f

Please sign in to comment.