From f9335b818681836f8ae682e892911e54d27b84bf Mon Sep 17 00:00:00 2001 From: icedrocket <114203630+icedrocket@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:50:33 +0900 Subject: [PATCH] fs: update cfg attr in `fs::read_dir` (#6075) --- tokio/src/fs/read_dir.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tokio/src/fs/read_dir.rs b/tokio/src/fs/read_dir.rs index def735b3c02..9e509792ece 100644 --- a/tokio/src/fs/read_dir.rs +++ b/tokio/src/fs/read_dir.rs @@ -140,6 +140,7 @@ impl ReadDir { target_os = "illumos", target_os = "haiku", target_os = "vxworks", + target_os = "aix", target_os = "nto", target_os = "vita", )))] @@ -203,6 +204,7 @@ pub struct DirEntry { target_os = "illumos", target_os = "haiku", target_os = "vxworks", + target_os = "aix", target_os = "nto", target_os = "vita", )))] @@ -336,6 +338,7 @@ impl DirEntry { target_os = "illumos", target_os = "haiku", target_os = "vxworks", + target_os = "aix", target_os = "nto", target_os = "vita", )))]