File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 332332\texttt {int \funnm {fcntl}(int \emph {fildes }, int \emph {cmd }, ...); }
333333\begin {itemize }
334334\item to set locks for file \texttt {fildes }:
335- \texttt {cmd }:
335+ \texttt {cmd }:
336336 \begin {itemize }
337337 \item \texttt {F\_ GETLK } \dots {} takes lock description from \nth {3} argument
338338 and replaces it with description of existing lock that collides with it.
339339 \item \texttt {F\_ SETLK } \dots {} sets or destroys lock described by the \nth {3}
340340 argument. If the lock cannot be set immediately returns $ -1 $ .
341341 \item \texttt {F\_ SETLKW } \dots {} like \texttt {F\_ SETLK }, however puts
342- the process to sleep if it is not possible to set the lock
342+ the process to sleep if it is not possible to set the lock
343343 (\texttt {W } means `` wait'' )
344344 \end {itemize }
345- \item \nth {3} argument contains lock description and is pointer to
345+ \item \nth {3} argument contains lock description and is pointer to
346346\texttt {struct flock }
347347\end {itemize }
348348\end {slide }
You can’t perform that action at this time.
0 commit comments