From: Nicholas Clark Date: Wed, 2 Nov 2005 16:35:42 +0000 (+0000) Subject: Correct error in 25958 for threaded builds. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4992681b5f41367f309b397b0b26b5b9cea591b8;p=p5sagit%2Fp5-mst-13.2.git Correct error in 25958 for threaded builds. p4raw-id: //depot/perl@25959 --- diff --git a/mathoms.c b/mathoms.c index 18886db..2ad9de5 100644 --- a/mathoms.c +++ b/mathoms.c @@ -853,22 +853,22 @@ PP(pp_ggrgid) PP(pp_ftsize) { - return Perl_pp_ftis(); + return pp_ftis(); } PP(pp_ftmtime) { - return Perl_pp_ftis(); + return pp_ftis(); } PP(pp_ftatime) { - return Perl_pp_ftis(); + return pp_ftis(); } PP(pp_ftctime) { - return Perl_pp_ftis(); + return pp_ftis(); } U8 *