Skip to content

Commit 3f8c474

Browse files
committed
Add cygwin support
1 parent b1ff60f commit 3f8c474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix.rs

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ extern "C" {
7878
target_os = "android",
7979
target_os = "espidf",
8080
target_os = "vxworks",
81+
target_os = "cygwin",
8182
target_env = "newlib"
8283
),
8384
link_name = "__errno"

0 commit comments

Comments
 (0)