[−][src]Function syscall::call::fexec
pub fn fexec(
fd: usize,
args: &[[usize; 2]],
vars: &[[usize; 2]]
) -> Result<usize>
Replace the current process with a new executable
pub fn fexec(
fd: usize,
args: &[[usize; 2]],
vars: &[[usize; 2]]
) -> Result<usize>
Replace the current process with a new executable