diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-11-02 16:35:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-02 16:35:42 +0000 |
commit | 4992681b5f41367f309b397b0b26b5b9cea591b8 (patch) | |
tree | 1821ee0cf1a326cd3caace91ad99c3e7808ddc59 /mathoms.c | |
parent | 957b0e1df4e0ae2e09b90343a5735128715ba230 (diff) | |
download | perl-4992681b5f41367f309b397b0b26b5b9cea591b8.tar.gz |
Correct error in 25958 for threaded builds.
p4raw-id: //depot/perl@25959
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 * |