Function rustix::process::getpriority_user
pub fn getpriority_user(uid: Uid) -> io::Result<i32>
The portability is definied by:
#[cfg(not(target_os = "redox"))]
pub fn getpriority_user(uid: Uid) -> io::Result<i32>
#[cfg(not(target_os = "redox"))]