diff options
| author | bors <bors@rust-lang.org> | 2023-09-21 19:24:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-09-21 19:24:01 +0000 |
| commit | f73d376fb669859b167cb04121c52f7f6f71a05e (patch) | |
| tree | 1a9711ead5c5697a77168004da5a9ffeb3d9e728 /library/std/src/sys_common | |
| parent | 24b45c3bdcd7435d57d222d1d47cb4ab2cf114d1 (diff) | |
| parent | dcea7709f2ce1be35ba241e923850b1099ceb906 (diff) | |
Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber
added support for GNU/Hurd adding support for i686-unknown-hurd-gnu
Diffstat (limited to 'library/std/src/sys_common')
| -rw-r--r-- | library/std/src/sys_common/net.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys_common/net.rs b/library/std/src/sys_common/net.rs index 2976a9f578e..4f5b17deaa2 100644 --- a/library/std/src/sys_common/net.rs +++ b/library/std/src/sys_common/net.rs @@ -32,6 +32,7 @@ cfg_if::cfg_if! { cfg_if::cfg_if! { if #[cfg(any( target_os = "linux", target_os = "android", + target_os = "hurd", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "haiku", target_os = "nto"))] { |
