Skip to main content

sys_dup2

Function sys_dup2 

Source
pub fn sys_dup2(old_fd: u32, new_fd: u32) -> Result<u64, SyscallError>
Expand description

Syscall handler for dup2.