fcntl_lock

Function fcntl_lock 

Source
pub(crate) fn fcntl_lock(
    fd: BorrowedFd<'_>,
    operation: FlockOperation,
) -> Result<()>