summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/fs/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/fs/constants.rs')
-rw-r--r--vendor/rustix/src/fs/constants.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/rustix/src/fs/constants.rs b/vendor/rustix/src/fs/constants.rs
index 11b53fd2a..c8e261e66 100644
--- a/vendor/rustix/src/fs/constants.rs
+++ b/vendor/rustix/src/fs/constants.rs
@@ -8,11 +8,11 @@ pub use backend::fs::types::{Access, Mode, OFlags};
#[cfg(not(target_os = "redox"))]
pub use backend::fs::types::AtFlags;
-#[cfg(any(target_os = "ios", target_os = "macos"))]
+#[cfg(apple)]
pub use backend::fs::types::{CloneFlags, CopyfileFlags};
#[cfg(any(target_os = "android", target_os = "linux"))]
-pub use backend::fs::types::{RenameFlags, ResolveFlags};
+pub use backend::fs::types::*;
#[cfg(not(target_os = "redox"))]
pub use backend::fs::types::Dev;