summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-04 19:53:33 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-04 19:53:33 +0000
commit64a1bc8eebbac673a02fa9f636a26efc18961e48 (patch)
tree7a31a3c5197ad0fdd9212bc5a18d4cb7957d68dc /opcode.pl
parent973dddac3cae262865053bf44d56f52beac46f92 (diff)
downloadperl-64a1bc8eebbac673a02fa9f636a26efc18961e48.tar.gz
The remaining special logic in pp_syswrite can be moved into pp_send,
which is actually already 50% syswrite. p4raw-id: //depot/perl@25999
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode.pl b/opcode.pl
index 5b4cd00422..13fd31422d 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -73,6 +73,7 @@ my @raw_alias = (
Perl_pp_ftrread => [qw(ftrwrite ftrexec fteread ftewrite
fteexec)],
Perl_pp_shmwrite => [qw(msgsnd msgrcv)],
+ Perl_pp_send => ['syswrite'],
);
while (my ($func, $names) = splice @raw_alias, 0, 2) {