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 0670693 commit 54217ebCopy full SHA for 54217eb
file-api.tex
@@ -190,7 +190,8 @@
190
so you need the other two calls for non-regular files.
191
\item The test of a file's existence using the flag \texttt{O\_EXCL} and its
192
subsequent creation if it did not exist, is an atomic operation. You can use
193
-that for lock files but only with the \texttt{open} call, not \texttt{creat}.
+that for lock files but only with the \texttt{open} call, not \texttt{creat},
194
+because \texttt{creat} lacks the flags specification.
195
\item You need extra privileges to create device special files (e.g. to be a
196
root).
197
\end{itemize}
0 commit comments