Skip to content

Commit f8f432d

Browse files
authored
Enable MapFlags::STACK on DragonFly BSD and NetBSD. (#1073)
1 parent cb2c70d commit f8f432d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/libc/mm/types.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,8 @@ bitflags! {
211211
apple,
212212
solarish,
213213
target_os = "aix",
214-
target_os = "dragonfly",
215214
target_os = "haiku",
216215
target_os = "hurd",
217-
target_os = "netbsd",
218216
target_os = "redox",
219217
)))]
220218
const STACK = bitcast!(c::MAP_STACK);

0 commit comments

Comments
 (0)