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 e9c56e8 commit 8233595Copy full SHA for 8233595
signals.tex
@@ -587,7 +587,8 @@
587
If both are \texttt{NULL} in the same invocation of the function, nothing
588
happens.
589
\item \texttt{sigpending} sets the set in the argument to the pending mask. \\
590
-See \example{signals/sigpending.c}.
+Once the signal is unblocked after \texttt{sigpending()} call, the handler
591
+will not be called. See \example{signals/sigpending.c}.
592
\end{itemize}
593
594
%%%%%
0 commit comments