Skip to content

Commit

Permalink
perlfunc: document relationship between wait() and waitpid()
Browse files Browse the repository at this point in the history
Finally fixes #15108, which was mostly fixed by mauke in a6b6b8e
and 237516c.
  • Loading branch information
tonycoz committed Feb 14, 2024
1 parent aa0ba9a commit b1b37a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pod/perlfunc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -10587,6 +10587,8 @@ L<C<$SIG{CHLD}>|perlvar/%SIG>, it may accidentally wait for the child
created by L<C<qx>|/qxE<sol>STRINGE<sol>> or L<C<system>|/system LIST>.
See L<perlipc> for details.

Equivalent to L<C<waitpid(-1, 0)>|/waitpid PID,FLAGS>.

Portability issues: L<perlport/wait>.

=item waitpid PID,FLAGS
Expand Down

0 comments on commit b1b37a9

Please sign in to comment.