Function fcntl_getlk

Source
pub(crate) fn fcntl_getlk(
    fd: BorrowedFd<'_>,
    lock: &Flock,
) -> Result<Option<Flock>>