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 4e21936 commit 754c7e1Copy full SHA for 754c7e1
src/stack/unix.rs
@@ -12,15 +12,19 @@ use super::SysStack;
12
target_os = "openbsd",
13
target_os = "macos",
14
target_os = "ios",
15
- target_os = "android"
+ target_os = "android",
16
+ target_os = "illumos",
17
+ target_os = "solaris"
18
))]
19
const MAP_STACK: libc::c_int = 0;
20
21
#[cfg(not(any(
22
23
24
25
26
27
28
)))]
29
const MAP_STACK: libc::c_int = libc::MAP_STACK;
30
0 commit comments