Skip to content

Commit 88c07c3

Browse files
committed
Mention that also *BSD systems with glibc are known to stumble.
p4raw-id: //depot/cfgperl@3886
1 parent ea1c3b1 commit 88c07c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

t/pragma/warn/pp_hot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ print getc(FOO);
5454
read(FOO,$_,1);
5555
no warning 'io' ;
5656
print STDIN "anc";
57-
###############################################################
58-
# N O T E #
59-
# This test is known to fail on Linux systems with glibc. #
60-
# The glibc development team is aware of the problem, and has #
61-
# determined a fix for the next release of that library. #
62-
###############################################################
57+
####################################################################
58+
# N O T E #
59+
# This test is known to fail on Linux and *BSD systems with glibc. #
60+
# The glibc development team is aware of the problem, and has #
61+
# determined a fix for the next release of that library. #
62+
####################################################################
6363
EXPECT
6464
Filehandle main::STDIN opened only for input at - line 3.
6565
Filehandle main::STDOUT opened only for output at - line 4.

0 commit comments

Comments
 (0)