We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ff60f commit 3f8c474Copy full SHA for 3f8c474
src/unix.rs
@@ -78,6 +78,7 @@ extern "C" {
78
target_os = "android",
79
target_os = "espidf",
80
target_os = "vxworks",
81
+ target_os = "cygwin",
82
target_env = "newlib"
83
),
84
link_name = "__errno"
0 commit comments