rustix
1.1.2
In rustix::
backend::
io::
syscalls
rustix
::
backend
::
io
::
syscalls
Function
fcntl_dupfd_cloexec
Copy item path
Source
pub(crate) fn fcntl_dupfd_cloexec( fd:
BorrowedFd
<'_>, min:
RawFd
, ) ->
Result
<
OwnedFd
>