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.
2 parents 033e142 + 9415450 commit cf2319bCopy full SHA for cf2319b
src/libstd/sys/unix/stack_overflow.rs
@@ -34,6 +34,8 @@ impl Drop for Handler {
34
#[cfg(any(target_os = "linux",
35
target_os = "macos",
36
target_os = "bitrig",
37
+ target_os = "dragonfly",
38
+ target_os = "freebsd",
39
all(target_os = "netbsd", not(target_vendor = "rumprun")),
40
target_os = "openbsd"))]
41
mod imp {
@@ -143,6 +145,8 @@ mod imp {
143
145
#[cfg(not(any(target_os = "linux",
144
146
147
148
149
150
151
target_os = "openbsd")))]
152
0 commit comments