Skip to content

Commit cf5cbd9

Browse files
committed
more on posix_spawn
1 parent 9dc5423 commit cf5cbd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proc.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@
430430
subsequent \texttt{exec}. This problem was partially solved via already
431431
mentioned copy-on-write mechanism. See \example{fork/vfork.c} on how it works.
432432
\item The problems of \texttt{vfork} are largely solved by
433-
\texttt{posix\_spawn}. See page \pageref{SPAWN}.
433+
\texttt{posix\_spawn} if implemented in kernel (it is usually
434+
\texttt{vfork} wrapper). See page \pageref{SPAWN}.
434435
\end{itemize}
435436

436437
%%%%%

0 commit comments

Comments
 (0)