diff options
| author | Vladimir Michael Eatwell <dimir@fb.com> | 2022-03-23 16:05:01 +0000 |
|---|---|---|
| committer | Vladimir Michael Eatwell <dimir@fb.com> | 2022-07-20 08:57:36 +0100 |
| commit | 439d64a83c84fe36befacc4af867eaadb96589d5 (patch) | |
| tree | 18b420b8abf27c5511e8d1bee7fbfc1a715f3799 /library/std/src/sys_common | |
| parent | c3605f8c8020dbbe8f0d1961c7b33c4c4b78ad0d (diff) | |
| download | rust-439d64a83c84fe36befacc4af867eaadb96589d5.tar.gz rust-439d64a83c84fe36befacc4af867eaadb96589d5.zip | |
Library changes for Apple WatchOS
Diffstat (limited to 'library/std/src/sys_common')
| -rw-r--r-- | library/std/src/sys_common/net.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys_common/net.rs b/library/std/src/sys_common/net.rs index f5730a2cea5..c13bda32823 100644 --- a/library/std/src/sys_common/net.rs +++ b/library/std/src/sys_common/net.rs @@ -18,7 +18,7 @@ use libc::{c_int, c_void}; cfg_if::cfg_if! { if #[cfg(any( target_os = "dragonfly", target_os = "freebsd", - target_os = "ios", target_os = "macos", + target_os = "ios", target_os = "macos", target_os = "watchos", target_os = "openbsd", target_os = "netbsd", target_os = "illumos", target_os = "solaris", target_os = "haiku", target_os = "l4re"))] { use crate::sys::net::netc::IPV6_JOIN_GROUP as IPV6_ADD_MEMBERSHIP; |
