From: Jarkko Hietaniemi Date: Mon, 2 Aug 1999 12:43:16 +0000 (+0000) Subject: Mention that also *BSD systems with glibc are known to stumble. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88c07c3641c0fb59ded524dfdcea26f44c3acd38;p=p5sagit%2Fp5-mst-13.2.git Mention that also *BSD systems with glibc are known to stumble. p4raw-id: //depot/cfgperl@3886 --- diff --git a/t/pragma/warn/pp_hot b/t/pragma/warn/pp_hot index f586b25..208bf26 100644 --- a/t/pragma/warn/pp_hot +++ b/t/pragma/warn/pp_hot @@ -54,12 +54,12 @@ print getc(FOO); read(FOO,$_,1); no warning 'io' ; print STDIN "anc"; -############################################################### -# N O T E # -# This test is known to fail on Linux systems with glibc. # -# The glibc development team is aware of the problem, and has # -# determined a fix for the next release of that library. # -############################################################### +#################################################################### +# N O T E # +# This test is known to fail on Linux and *BSD systems with glibc. # +# The glibc development team is aware of the problem, and has # +# determined a fix for the next release of that library. # +#################################################################### EXPECT Filehandle main::STDIN opened only for input at - line 3. Filehandle main::STDOUT opened only for output at - line 4.