Skip to main content
dup
strat9_
syscall
0.1.0
In strat9_
syscall::
call
strat9_syscall
::
call
Function
dup
Copy item path
Source
pub fn dup(fd:
usize
) ->
Result
<
usize
>
Expand description
Duplicate a file descriptor (POSIX dup). Returns the new fd.