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 Perl#15108, which was mostly fixed by mauke in a6b6b8e
and 237516c.
  • Loading branch information
tonycoz committed Jan 14, 2024
1 parent 745153a commit b7ff052
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 @@ -10580,6 +10580,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 b7ff052

Please sign in to comment.