Skip to content

Commit 9923591

Browse files
authored
Document that SIGSTOP is unix-only
1 parent fb8d8d9 commit 9923591

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/signal.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ The variables defined in the :mod:`!signal` module are:
230230

231231
Stop executing (cannot be caught or ignored).
232232

233+
.. availability:: Unix.
234+
233235
.. data:: SIGSTKFLT
234236

235237
Stack fault on coprocessor. The Linux kernel does not raise this signal: it

0 commit comments

Comments
 (0)