pub unsafe fn unchecked_uname() -> &'static utsname
Expand description

Returns a cached crate::env::kernel::utsname. It do not use uname syscall.

Safety

This function is marked as unsafe because it doesn’t check if library is initialized.