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.rs17
1 files changed, 1 insertions, 16 deletions
diff --git a/vendor/rustix/src/param/mod.rs b/vendor/rustix/src/param/mod.rs
index c47aca985..c3838b62e 100644
--- a/vendor/rustix/src/param/mod.rs
+++ b/vendor/rustix/src/param/mod.rs
@@ -11,21 +11,6 @@ mod auxv;
mod init;
#[cfg(feature = "param")]
-#[cfg(not(target_os = "wasi"))]
-pub use auxv::clock_ticks_per_second;
-#[cfg(feature = "param")]
-pub use auxv::page_size;
-#[cfg(feature = "param")]
-#[cfg(any(
- linux_raw,
- all(
- libc,
- any(
- all(target_os = "android", target_pointer_width = "64"),
- target_os = "linux",
- )
- )
-))]
-pub use auxv::{linux_execfn, linux_hwcap};
+pub use auxv::*;
#[cfg(target_vendor = "mustang")]
pub use init::init;