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 316256aCopy full SHA for 316256a
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
@@ -2123,6 +2125,7 @@ fn connect(
2123
2125
2124
2126
// Set cloexec if necessary.
2127
2128
2129
2130
2131
0 commit comments