We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4e747 commit 6866c01Copy full SHA for 6866c01
src/lib.rs
@@ -2100,6 +2100,7 @@ fn connect(
2100
)))]
2101
let socket = {
2102
#[cfg(not(any(
2103
+ target_os = "aix",
2104
target_os = "macos",
2105
target_os = "ios",
2106
target_os = "tvos",
@@ -2109,6 +2110,7 @@ fn connect(
2109
2110
2111
let flags = rn::SocketFlags::CLOEXEC;
2112
#[cfg(any(
2113
2114
2115
2116
0 commit comments