https://github.com/rust-lang/socket2/pull/474
commit
c19d481701f01f77cf8346fc0f6e69886e44b097
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Tue Aug 29 20:03:20 2023 +0000
Add GNU/Hurd support
Gbp-Pq: Name u-hurd-socket2.patch
target_os = "dragonfly",
target_os = "freebsd",
target_os = "haiku",
+ target_os = "hurd",
target_os = "ios",
target_os = "macos",
target_os = "netbsd",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "haiku",
+ target_os = "hurd",
target_os = "ios",
target_os = "macos",
target_os = "netbsd",
#[cfg(not(any(
target_os = "dragonfly",
target_os = "haiku",
+ target_os = "hurd",
target_os = "netbsd",
target_os = "openbsd",
target_os = "redox",
#[cfg(not(any(
target_os = "dragonfly",
target_os = "haiku",
+ target_os = "hurd",
target_os = "netbsd",
target_os = "openbsd",
target_os = "redox",
#[cfg(not(any(
target_os = "dragonfly",
target_os = "fuchsia",
+ target_os = "hurd",
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
#[cfg(not(any(
target_os = "dragonfly",
target_os = "fuchsia",
+ target_os = "hurd",
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
#[cfg(not(any(
target_os = "dragonfly",
target_os = "fuchsia",
+ target_os = "hurd",
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
#[cfg(not(any(
target_os = "dragonfly",
target_os = "haiku",
+ target_os = "hurd",
target_os = "netbsd",
target_os = "openbsd",
target_os = "redox",
target_os = "freebsd",
target_os = "fuchsia",
target_os = "haiku",
+ target_os = "hurd",
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",