Skip to content

Commit 8233595

Browse files
committed
on handler vs. sigpending()
1 parent e9c56e8 commit 8233595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

signals.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,8 @@
587587
If both are \texttt{NULL} in the same invocation of the function, nothing
588588
happens.
589589
\item \texttt{sigpending} sets the set in the argument to the pending mask. \\
590-
See \example{signals/sigpending.c}.
590+
Once the signal is unblocked after \texttt{sigpending()} call, the handler
591+
will not be called. See \example{signals/sigpending.c}.
591592
\end{itemize}
592593

593594
%%%%%

0 commit comments

Comments
 (0)