summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-04 14:47:49 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-04 14:47:49 +0000
commitc9f7ac20cc60b6edea0f8aa7d2d3184bb6978820 (patch)
tree192e5997b0ec472368161087db4e52dab46cf8c2 /opcode.pl
parentc99a147504afe573a5d485f03e53fd1ac6939325 (diff)
downloadperl-c9f7ac20cc60b6edea0f8aa7d2d3184bb6978820.tar.gz
Merge msgsnd, msgrcv with Perl_pp_shmwrite().
"Perfection is achieved not when there's nothing more to add, but when there's nothing left to remove" (Antoine de Saint-Exupéry) p4raw-id: //depot/perl@25990
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 27f1de9a8d..5b4cd00422 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -72,6 +72,7 @@ my @raw_alias = (
Perl_pp_link => ['symlink'],
Perl_pp_ftrread => [qw(ftrwrite ftrexec fteread ftewrite
fteexec)],
+ Perl_pp_shmwrite => [qw(msgsnd msgrcv)],
);
while (my ($func, $names) = splice @raw_alias, 0, 2) {