We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4790a43 + 22dac23 commit acdcd3aCopy full SHA for acdcd3a
library/std/src/sys/pal/unix/net.rs
@@ -81,6 +81,7 @@ impl Socket {
81
target_os = "netbsd",
82
target_os = "openbsd",
83
target_os = "nto",
84
+ target_os = "solaris",
85
))] {
86
// On platforms that support it we pass the SOCK_CLOEXEC
87
// flag to atomically create the socket and set it as
0 commit comments