Skip to content

Commit

Permalink
[3.11] gh-89414: Document that SIGCLD is not available on macOS (GH-1…
Browse files Browse the repository at this point in the history
…13580) (#113586)

gh-89414: Document that SIGCLD is not available on macOS (GH-113580)

Document that SIGCLD is not available on macOS
(cherry picked from commit f48a1bc)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
  • Loading branch information
miss-islington and ronaldoussoren committed Dec 30, 2023
1 parent 8938495 commit 206dc9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/library/signal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ The variables defined in the :mod:`signal` module are:

Alias to :data:`SIGCHLD`.

.. availability:: not macOS.

.. data:: SIGCONT

Continue the process if it is currently stopped
Expand Down

0 comments on commit 206dc9a

Please sign in to comment.