summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-19 17:08:20 -0600
committerSteve Hay <steve.m.hay@googlemail.com>2021-01-08 08:53:59 +0000
commitededa2b9787465fc9a57498532fac8894f60213c (patch)
treef69ebd80d7060df00b51661d8f32ea7287b92a5c
parent0fcdc3d7079fb0c1396841f747f2d26e5392ae21 (diff)
downloadperl-ededa2b9787465fc9a57498532fac8894f60213c.tar.gz
Add entry for fixing #16529
(cherry picked from commit df667af6bf53dde5bcaf2840438bccb3cc376add)
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index e31e848a9b..7c83d4afba 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -370,6 +370,11 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
XXX
+=item *
+
+On Win32, C<waitpid(-1, WNOHANG)> could sometimes have a very large
+timeout. GH #16529
+
=back
=head1 Known Problems