rustix
0.38.39
In rustix::backend::fs::syscalls
Function
rustix
::
backend
::
fs
::
syscalls
::
fcntl_lock
Copy item path
source
ยท
[
−
]
pub(crate) fn fcntl_lock( fd:
BorrowedFd
<'_>, operation:
FlockOperation
, ) ->
Result
<
()
>