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 40a0f44 commit e375e1dCopy full SHA for e375e1d
proc.tex
@@ -596,6 +596,10 @@
596
for example. When done, run the program via \texttt{truss(1)} or
597
\texttt{strace(1)} like this: \texttt{truss ./a.out}. You will see what is being
598
done before \texttt{open} is called in the end.
599
+\item The \texttt{FD\_CLOEXEC} file descriptor flag is set using the
600
+\texttt{fcntl} system call. It can be also set via implementation specific
601
+(i.e. non-standard) way, e.g. by passing the \texttt{O\_CLOEXEC} flag to
602
+the \texttt{open} system call on Linux.
603
\end{itemize}
604
605
\begin{slide}
0 commit comments