pub const SYS_UNAME: usize = 344; // 344usizeExpand description
Get system identification information.
uts_ptr: pointer to aUtsnamestruct that receives:sysname: OS name (“Strat9”)nodename: hostnamerelease: kernel versionversion: build timestampmachine: architecture (“x86_64”)
Returns 0 on success.