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 fee1cbc commit 7f02e12Copy full SHA for 7f02e12
signals.tex
@@ -550,6 +550,8 @@
550
\item Both arguments \emph{\texttt{oset}} and \emph{set} may be \texttt{NULL}.
551
If both are \texttt{NULL} in the same invocation of the function, nothing
552
happens.
553
+\item \texttt{sigpending} sets the set in the argument to the pending mask.
554
+See \example{signals/sigpending.c}.
555
\end{itemize}
556
557
%%%%%
@@ -640,7 +642,7 @@
640
642
communicating via a shared memory): \example{signals/sigwait.c}
641
643
\item Do not use for synchronous signals like \texttt{SIGSEGV}, \texttt{SIGILL},
644
etc. More on that on pages \pageref{SPECIALSIGNALS} and
-\pageref{THREADS_SIGWAIT}.
645
+\pageref{THREADS_SIGWAIT}.
646
647
648
\endinput
0 commit comments