Skip to main content
sys_dup2
strat9_
kernel
0.1.0
In strat9_
kernel::
vfs
strat9_kernel
::
vfs
Function
sys_
dup2
Copy item path
Source
pub fn sys_dup2(old_fd:
u32
, new_fd:
u32
) ->
Result
<
u64
,
SyscallError
>
Expand description
Syscall handler for dup2.