starry_api

Function sys_mprotect

Source
pub fn sys_mprotect(
    addr: UserPtr<usize>,
    length: usize,
    prot: i32,
) -> LinuxResult<isize>