Function rustix::backend::process::syscalls::pivot_root

source ยท
pub(crate) fn pivot_root(new_root: &CStr, put_old: &CStr) -> Result<()>