summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-02 15:59:30 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-02 15:59:30 +0000
commit957b0e1df4e0ae2e09b90343a5735128715ba230 (patch)
treedd6f40e5a4e2ba2f4d8eaacfef382d0c9ad718b1 /mathoms.c
parent9da9462bb3e8caa6ed89b73deed69ec85fa59066 (diff)
downloadperl-957b0e1df4e0ae2e09b90343a5735128715ba230.tar.gz
Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
p4raw-id: //depot/perl@25958
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 894fd93f42..18886dbf97 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -851,6 +851,26 @@ PP(pp_ggrgid)
return pp_ggrent();
}
+PP(pp_ftsize)
+{
+ return Perl_pp_ftis();
+}
+
+PP(pp_ftmtime)
+{
+ return Perl_pp_ftis();
+}
+
+PP(pp_ftatime)
+{
+ return Perl_pp_ftis();
+}
+
+PP(pp_ftctime)
+{
+ return Perl_pp_ftis();
+}
+
U8 *
Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv)
{