Function linux_syscalls::env::unchecked_kernel_version
source · pub unsafe fn unchecked_kernel_version() -> &'static VersionExpand description
Returns a cached kernel version.
Safety
This function is marked as unsafe because it doesn’t check if library is initialized.