pub fn getauxval<T: VdsoKey>() -> Option<T::Item>Available on non-crate feature
bare only.Expand description
Returns values from the auxiliary vector, a mechanism that the kernel’s ELF binary loader uses to pass certain information to user space when a program is executed.
Keys implements crate::env::aux::VdsoKey