pub fn sys_prlimit(
    pid: usize,
    resource: u32,
    new_limit: *const RLimit,
    old_limit: *mut RLimit
) -> isize
Expand description

It can be used to both set and get the resource limits of an arbitrary process.

WARNING

Partial implementation