From: Jarkko Hietaniemi Date: Sun, 14 Jul 2002 15:53:08 +0000 (+0000) Subject: perldelta didn't know of FreeBSD 4.6 readdir_r. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=342ad13bc0bb9ccc6aac3336045a729acc14e8ca;p=p5sagit%2Fp5-mst-13.2.git perldelta didn't know of FreeBSD 4.6 readdir_r. p4raw-id: //depot/perl@17534 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 509357c..4a4655f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3214,8 +3214,8 @@ find out whether it is threadsafe. See L for more information. =head2 FreeBSD built with ithreads coredumps reading large directories -This is a known bug in FreeBSD's readdir_r() (see L -(README.freebsd)), which hopefully will be fixed in FreeBSD 4.6. +This is a known bug in FreeBSD 4.5's readdir_r(), it has been fixed in +FreeBSD 4.6 (see L (README.freebsd)). =head2 FreeBSD Failing locale Test 117 For ISO 8859-15 Locales