We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444ff9f commit e8da915Copy full SHA for e8da915
src/libstd/sys/unix/os.rs
@@ -37,6 +37,7 @@ static ENV_LOCK: Mutex = Mutex::new();
37
38
39
extern {
40
+ #[cfg(not(target_os = "dragonfly"))]
41
#[cfg_attr(any(target_os = "linux", target_os = "emscripten"),
42
link_name = "__errno_location")]
43
#[cfg_attr(any(target_os = "bitrig",
0 commit comments