rustix
0.38.39
In rustix::backend::io::syscalls
Function
rustix
::
backend
::
io
::
syscalls
::
fcntl_dupfd_cloexec
Copy item path
source
ยท
[
−
]
pub(crate) fn fcntl_dupfd_cloexec( fd:
BorrowedFd
<'_>, min:
RawFd
, ) ->
Result
<
OwnedFd
>