summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-09-19 16:23:38 +0000
committerGitHub <noreply@github.com>2021-09-19 16:23:38 +0000
commite94bf0e444f4e910d2837d6827809da32e8492c1 (patch)
tree5f91999127bcae89b1829be0ffa472b99d72d2d9 /src/sys
parent8cb9dc5b4ac58dc9f11c77fde5e1914b2d6c4c6c (diff)
parentf2be3c3fe332576bfadeaeed9811a900516a8996 (diff)
downloadnix-e94bf0e444f4e910d2837d6827809da32e8492c1.zip
Merge #1534
1534: Actually connect the mman tests to the build r=asomers a=asomers This was an oversight from #1306. Reported-by: `@ocadaruma` Co-authored-by: Alan Somers <asomers@gmail.com>
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/mman.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sys/mman.rs b/src/sys/mman.rs
index 803dc50d..bcbe27e2 100644
--- a/src/sys/mman.rs
+++ b/src/sys/mman.rs
@@ -47,7 +47,6 @@ libc_bitflags!{
/// Synonym for `MAP_ANONYMOUS`.
MAP_ANON;
/// The mapping is not backed by any file.
- #[cfg(any(target_os = "android", target_os = "linux", target_os = "freebsd"))]
MAP_ANONYMOUS;
/// Put the mapping into the first 2GB of the process address space.
#[cfg(any(all(any(target_os = "android", target_os = "linux"),