]> git.proxmox.com Git - rustc.git/blobdiff - vendor/rustix/src/fs/at.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / rustix / src / fs / at.rs
index 463c247c0086f7deeeed16dc749a0cdd75b6f6fb..925a0aa0153da3a78aac83fa48c07386e6d0a2b6 100644 (file)
@@ -372,7 +372,7 @@ pub fn mknodat<P: path::Arg, Fd: AsFd>(
 ///
 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchownat.html
 /// [Linux]: https://man7.org/linux/man-pages/man2/fchownat.2.html
-#[cfg(not(any(target_os = "wasi")))]
+#[cfg(not(target_os = "wasi"))]
 #[inline]
 pub fn chownat<P: path::Arg, Fd: AsFd>(
     dirfd: Fd,