From 64d98f8ee037282c35007b64c2649055c56af1db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:03 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- vendor/rustix/src/fs/at.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/rustix/src/fs') diff --git a/vendor/rustix/src/fs/at.rs b/vendor/rustix/src/fs/at.rs index 463c247c0..925a0aa01 100644 --- a/vendor/rustix/src/fs/at.rs +++ b/vendor/rustix/src/fs/at.rs @@ -372,7 +372,7 @@ pub fn mknodat( /// /// [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( dirfd: Fd, -- cgit v1.2.3