Skip to content

Commit 255a3e7

Browse files
committed
Correct lround situation comment in POSIX
1 parent 6f30c26 commit 255a3e7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ext/POSIX/lib/POSIX.pm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,10 +446,9 @@ my %other_export_tags = (
446446

447447
our @EXPORT_OK = (qw(close lchown nice open pipe read sleep times write
448448
printf sprintf lround),
449-
# lround() should really be in @EXPORT and in the
450-
# :math_h_c99 tag, but we're too far into the 5.24 code
451-
# freeze for that to be done now. This can be revisited in
452-
# the 5.25.x cycle.
449+
# lround() should really be in the :math_h_c99 tag, but
450+
# we're too far into the 5.24 code freeze for that to be
451+
# done now. This can be revisited in the 5.25.x cycle.
453452
grep {!exists $export{$_}} keys %reimpl, keys %replacement, keys %export_ok);
454453

455454
our %EXPORT_TAGS = ( %default_export_tags, %other_export_tags );

0 commit comments

Comments
 (0)