From 1376c5a617be5c25655d0d7cb63e3beaa5a6e026 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:20:39 +0200 Subject: Merging upstream version 1.70.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/rustix/src/param/mod.rs | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'vendor/rustix/src/param') 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; -- cgit v1.2.3