Describe open(2) exported constants
This commit is contained in:
parent
4a34209468
commit
e5a43a405d
|
@ -431,3 +431,33 @@ its \code{write()} method.
|
|||
The option for \code{waitpid()} to avoid hanging if no child process
|
||||
status is available immediately.
|
||||
\end{datadesc}
|
||||
|
||||
|
||||
\begin{datadesc}{O_RDONLY}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_WRONLY}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_RDWR}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_NDELAY}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_NONBLOCK}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_APPEND}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_DSYNC}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_RSYNC}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_SYNC}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_NOCTTY}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_CREAT}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_EXCL}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_TRUNC}
|
||||
Options for the \code{flag} argument to the \code{open()} function.
|
||||
These can be bit-wise OR'd together.
|
||||
\end{datadesc}
|
||||
|
|
|
@ -431,3 +431,33 @@ its \code{write()} method.
|
|||
The option for \code{waitpid()} to avoid hanging if no child process
|
||||
status is available immediately.
|
||||
\end{datadesc}
|
||||
|
||||
|
||||
\begin{datadesc}{O_RDONLY}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_WRONLY}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_RDWR}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_NDELAY}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_NONBLOCK}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_APPEND}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_DSYNC}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_RSYNC}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_SYNC}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_NOCTTY}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_CREAT}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_EXCL}
|
||||
\end{datadesc}
|
||||
\begin{datadesc}{O_TRUNC}
|
||||
Options for the \code{flag} argument to the \code{open()} function.
|
||||
These can be bit-wise OR'd together.
|
||||
\end{datadesc}
|
||||
|
|
Loading…
Reference in New Issue