summaryrefslogtreecommitdiff
path: root/opcode.pl
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 /opcode.pl
parent9da9462bb3e8caa6ed89b73deed69ec85fa59066 (diff)
downloadperl-957b0e1df4e0ae2e09b90343a5735128715ba230.tar.gz
Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
p4raw-id: //depot/perl@25958
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcode.pl b/opcode.pl
index 4a2aa5a896..e4cda78c0a 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -65,6 +65,8 @@ my @raw_alias = (
Perl_pp_gservent => [qw(gsbyname gsbyport)],
Perl_pp_gpwent => [qw(gpwnam gpwuid)],
Perl_pp_ggrent => [qw(ggrnam ggrgid)],
+
+ Perl_pp_ftis => [qw(ftsize ftmtime ftatime ftctime)],
);
while (my ($func, $names) = splice @raw_alias, 0, 2) {