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 e5038e2 commit 0fdb109Copy full SHA for 0fdb109
1 file changed
library/std/src/sys/unix/os.rs
@@ -97,6 +97,7 @@ pub fn errno() -> i32 {
97
}
98
99
#[cfg(target_os = "dragonfly")]
100
+#[allow(dead_code)]
101
pub fn set_errno(e: i32) {
102
extern "C" {
103
#[thread_local]
0 commit comments