summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/net/mod.rs
blob: 5ec267c41e97ca77a5e3a920b30c918633e2fd77 (plain)
1
2
3
4
//! OS-specific networking functionality.

#[cfg(any(target_os = "linux", target_os = "android", doc))]
pub(super) mod linux_ext;