Function linux_syscalls::env::unchecked_vdso
source · pub unsafe fn unchecked_vdso() -> &'static VdsoExpand description
Returns the cached crate::env::vdso::Vdso for the current process.
Safety
This function is marked as unsafe because it doesn’t check if library is initialized.