\code{perror()}.
\end{excdesc}
-It defines the following functions:
+It defines the following functions and constants:
\renewcommand{\indexsubitem}{(in module posix)}
\begin{funcdesc}{chdir}{path}
\code{posix.fdopen}, or \code{sys.stdout} or \code{sys.stderr}, use
its \code{write()} method.
\end{funcdesc}
+
+\begin{datadesc}{WNOHANG}
+The option for \code{waitpid()} to avoid hanging if no child process
+status is available immediately.
+\end{datadesc}
\code{perror()}.
\end{excdesc}
-It defines the following functions:
+It defines the following functions and constants:
\renewcommand{\indexsubitem}{(in module posix)}
\begin{funcdesc}{chdir}{path}
\code{posix.fdopen}, or \code{sys.stdout} or \code{sys.stderr}, use
its \code{write()} method.
\end{funcdesc}
+
+\begin{datadesc}{WNOHANG}
+The option for \code{waitpid()} to avoid hanging if no child process
+status is available immediately.
+\end{datadesc}