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 148148as historically, implementations used 0 for the read-only flag. The standard
149149defines that only one of those three flags may be used.
150150\item Is is possible to open and create a file for writing so that writing is
151- disallowed by its mode. It will work for the initial file opening but any subsequent
152- attempts to write will fail.
151+ disallowed by its mode. It will work for the initial file opening but any
152+ subsequent attempts to write will fail.
153153\item You need write permission to use \texttt {O\_ TRUNC }.
154154\item The behavior of \texttt {O\_ EXCL } without using \texttt {O\_ CREAT } at the
155- same is undefined.
155+ same time is undefined.
156156\item For file locking, the \texttt {fcntl } call is used, see page
157157\pageref {FCNTL }.
158158\end {itemize }
You can’t perform that action at this time.
0 commit comments