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 0ac2672 commit eca0ef1Copy full SHA for eca0ef1
std/src/sys/fs/unix.rs
@@ -17,7 +17,7 @@ use libc::c_char;
17
target_vendor = "apple",
18
))]
19
use libc::dirfd;
20
-#[cfg(any(target_os = "fuchsia", target_os = "illumos", target_vendor = "apple")]
+#[cfg(any(target_os = "fuchsia", target_os = "illumos", target_vendor = "apple"))]
21
use libc::fstatat as fstatat64;
22
#[cfg(any(all(target_os = "linux", not(target_env = "musl")), target_os = "hurd"))]
23
use libc::fstatat64;
0 commit comments