Skip to content

Commit f48a1bc

Browse files
gh-89414: Document that SIGCLD is not available on macOS (#113580)
Document that SIGCLD is not available on macOS
1 parent 88cb972 commit f48a1bc

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
@@ -157,6 +157,8 @@ The variables defined in the :mod:`signal` module are:
157157

158158
Alias to :data:`SIGCHLD`.
159159

160+
.. availability:: not macOS.
161+
160162
.. data:: SIGCONT
161163

162164
Continue the process if it is currently stopped

0 commit comments

Comments
 (0)