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 9dc5423 commit cf5cbd9Copy full SHA for cf5cbd9
proc.tex
@@ -430,7 +430,8 @@
430
subsequent \texttt{exec}. This problem was partially solved via already
431
mentioned copy-on-write mechanism. See \example{fork/vfork.c} on how it works.
432
\item The problems of \texttt{vfork} are largely solved by
433
-\texttt{posix\_spawn}. See page \pageref{SPAWN}.
+\texttt{posix\_spawn} if implemented in kernel (it is usually
434
+\texttt{vfork} wrapper). See page \pageref{SPAWN}.
435
\end{itemize}
436
437
%%%%%
0 commit comments