We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9169e2c commit bc41159Copy full SHA for bc41159
synchro.tex
@@ -427,8 +427,9 @@
427
closes the password database.}
428
429
Linux contains a different kind of locking called \emph{Open file description
430
-locks} that avoids this problem (the per file descriptor locks are released
431
-only on the last close), however does not provide deadlock detection.
+locks} (non-standard) that avoids this problem (the per file descriptor locks
+are released only on the last close), however does not provide deadlock
432
+detection.
433
\item The \texttt{lockf} function (SUSv3) is simpler variant of
434
\texttt{fcntl}, specifies only how to lock and how many bytes from the current
435
position in the file. Very often implemented as \texttt{fcntl} wrapper.
0 commit comments