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 048628b commit 45eda42Copy full SHA for 45eda42
tokio-uds/src/ucred.rs
@@ -22,7 +22,7 @@ pub use self::impl_linux::get_peer_cred;
22
))]
23
pub use self::impl_macos::get_peer_cred;
24
25
-#[cfg(any(target_os = "solaris"))]
+#[cfg(any(target_os = "solaris", target_os = "illumos"))]
26
pub use self::impl_solaris::get_peer_cred;
27
28
#[cfg(any(target_os = "linux", target_os = "android"))]
@@ -102,7 +102,7 @@ pub mod impl_macos {
102
}
103
104
105
106
pub mod impl_solaris {
107
use std::io;
108
use std::os::unix::io::AsRawFd;
0 commit comments