about summary refs log tree commit diff
path: root/library/std/src/os/net/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/os/net/mod.rs')
-rw-r--r--library/std/src/os/net/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/net/mod.rs b/library/std/src/os/net/mod.rs
index b7046dd7c59..47e69b3a260 100644
--- a/library/std/src/os/net/mod.rs
+++ b/library/std/src/os/net/mod.rs
@@ -9,5 +9,5 @@
         all(target_vendor = "fortanix", target_env = "sgx")
     )
 )))]
-#[cfg(any(target_os = "linux", target_os = "android", doc))]
+#[cfg(any(target_os = "linux", target_os = "android", target_os = "cygwin", doc))]
 pub(super) mod linux_ext;