summaryrefslogtreecommitdiff
path: root/mathoms.c
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 /mathoms.c
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 'mathoms.c')
-rw-r--r--mathoms.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 9ec80e0fbf..bc355e9842 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -971,6 +971,16 @@ PP(pp_fteexec)
return pp_ftrread();
}
+PP(pp_msgsnd)
+{
+ return pp_shmwrite();
+}
+
+PP(pp_msgrcv)
+{
+ return pp_shmwrite();
+}
+
U8 *
Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv)
{