summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-04 20:20:56 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-04 20:20:56 +0000
commitca563b4e7524b82fcbffcbe3344a4a9d20a7ab64 (patch)
treea71f08d4d803e15afbf20503721d4a4e1ac0dcc4 /opcode.pl
parent64a1bc8eebbac673a02fa9f636a26efc18961e48 (diff)
downloadperl-ca563b4e7524b82fcbffcbe3344a4a9d20a7ab64.tar.gz
pp_semop can fit within Perl_pp_shmwrite().
p4raw-id: //depot/perl@26000
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/opcode.pl b/opcode.pl
index 13fd31422d..9f0a24c14e 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -60,7 +60,6 @@ my @raw_alias = (
Perl_pp_gmtime => ['localtime'],
Perl_pp_semget => [qw(shmget msgget)],
Perl_pp_semctl => [qw(shmctl msgctl)],
- Perl_pp_shmwrite => ['shmread'],
Perl_pp_ghostent => [qw(ghbyname ghbyaddr)],
Perl_pp_gnetent => [qw(gnbyname gnbyaddr)],
Perl_pp_gprotoent => [qw(gpbyname gpbynumber)],
@@ -72,7 +71,7 @@ my @raw_alias = (
Perl_pp_link => ['symlink'],
Perl_pp_ftrread => [qw(ftrwrite ftrexec fteread ftewrite
fteexec)],
- Perl_pp_shmwrite => [qw(msgsnd msgrcv)],
+ Perl_pp_shmwrite => [qw(shmread msgsnd msgrcv semop)],
Perl_pp_send => ['syswrite'],
);