summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/param/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/param/mod.rs')
-rw-r--r--vendor/rustix/src/param/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/rustix/src/param/mod.rs b/vendor/rustix/src/param/mod.rs
index dde09772a..905eae7e3 100644
--- a/vendor/rustix/src/param/mod.rs
+++ b/vendor/rustix/src/param/mod.rs
@@ -6,9 +6,9 @@
//! between different processes on the same system.
mod auxv;
-#[cfg(target_vendor = "mustang")]
+#[cfg(feature = "use-explicitly-provided-auxv")]
mod init;
pub use auxv::*;
-#[cfg(target_vendor = "mustang")]
+#[cfg(feature = "use-explicitly-provided-auxv")]
pub use init::init;