diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-11-04 14:47:49 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-04 14:47:49 +0000 |
commit | c9f7ac20cc60b6edea0f8aa7d2d3184bb6978820 (patch) | |
tree | 192e5997b0ec472368161087db4e52dab46cf8c2 /opcode.pl | |
parent | c99a147504afe573a5d485f03e53fd1ac6939325 (diff) | |
download | perl-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-x | opcode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |