summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-04 19:53:33 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-04 19:53:33 +0000
commit64a1bc8eebbac673a02fa9f636a26efc18961e48 (patch)
tree7a31a3c5197ad0fdd9212bc5a18d4cb7957d68dc /mathoms.c
parent973dddac3cae262865053bf44d56f52beac46f92 (diff)
downloadperl-64a1bc8eebbac673a02fa9f636a26efc18961e48.tar.gz
The remaining special logic in pp_syswrite can be moved into pp_send,
which is actually already 50% syswrite. p4raw-id: //depot/perl@25999
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 0f82677fb2..9f37371868 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -985,6 +985,11 @@ PP(pp_msgrcv)
return pp_shmwrite();
}
+PP(pp_syswrite)
+{
+ return pp_send();
+}
+
U8 *
Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv)
{