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 9d1e953 commit e9c56e8Copy full SHA for e9c56e8
signals.tex
@@ -387,6 +387,8 @@
387
\begin{itemize}
388
\item \texttt{SIGALRM} and related function \funnm{alarm} is used for setting
389
timer alarms, useful for implementation of timeouts, for example.
390
+\item The timers set by \texttt{alarm()} are not inherited across fork,
391
+however the signal disposition is.
392
\end{itemize}
393
394
%%%%%
0 commit comments