Skip to content

Commit e9c56e8

Browse files
committed
more on timers
1 parent 9d1e953 commit e9c56e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

signals.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@
387387
\begin{itemize}
388388
\item \texttt{SIGALRM} and related function \funnm{alarm} is used for setting
389389
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.
390392
\end{itemize}
391393

392394
%%%%%

0 commit comments

Comments
 (0)