File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 501501using non-standard API (e.g. the \texttt {libproc } library on Solaris built
502502on top of the \texttt {procfs } filesystem that is mounted under \texttt {/proc }).
503503\item Note that using the value returned from \texttt {getppid } to check if
504- parent exited is not portable (commonly \texttt {init } has \texttt { pid } 1 however
505- this is not true in many virtualized/containerized environments, e.g. in
506- \emph {PID namespaces } on Linux, Zones in Solaris).\\
504+ the parent exited is not portable (commonly \texttt {init } has
505+ \texttt { pid } 1 however this is not true in many virtualized/containerized
506+ environments, e.g. in \emph {PID namespaces } on Linux, Zones in Solaris).\\
507507Example: \example {session/getppid.c}.
508508\end {itemize }
509509
You can’t perform that action at this time.
0 commit comments