Skip to content

Commit c1fe2bf

Browse files
authored
Update signal.rst
1 parent f4104f5 commit c1fe2bf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Doc/library/signal.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ The variables defined in the :mod:`signal` module are:
215215

216216
Segmentation fault: invalid memory reference.
217217

218+
.. data:: SIGSTOP
219+
220+
Stop executing (cannot be caught or ignored).
221+
218222
.. data:: SIGSTKFLT
219223

220224
Stack fault on coprocessor. The Linux kernel does not raise this signal: it
@@ -243,6 +247,18 @@ The variables defined in the :mod:`signal` module are:
243247

244248
.. availability:: Unix.
245249

250+
.. data:: SIGPROF
251+
252+
Profiling timer expired.
253+
254+
.. availability:: Unix.
255+
256+
.. data:: SIGVTALRM
257+
258+
Virtual timer expired.
259+
260+
.. availability:: Unix.
261+
246262
.. data:: SIGWINCH
247263

248264
Window resize signal.

0 commit comments

Comments
 (0)