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 /mathoms.c | |
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 'mathoms.c')
-rw-r--r-- | mathoms.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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) { |