summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-08 13:49:21 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-09 12:22:53 +0000
commit60504e186da3226f64f36cdc4c9e700993e6f372 (patch)
treeafca9944b071e6a828748364167bac09e7be41b2 /pp_sys.c
parent6f3ed33686edc657dce73f7b5a70e096a40970aa (diff)
downloadperl-60504e186da3226f64f36cdc4c9e700993e6f372.tar.gz
Rename pp_send to pp_syswrite, making send an alias for syswrite.
Previously syswrite was an alias for send. However, syswrite is always available, whereas send is not implemented if HAS_SOCKET is not defined.
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sys.c b/pp_sys.c
index d6fd168087..69ca3f9c2b 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -1821,7 +1821,7 @@ PP(pp_sysread)
RETPUSHUNDEF;
}
-PP(pp_send)
+PP(pp_syswrite)
{
dVAR; dSP; dMARK; dORIGMARK; dTARGET;
SV *bufsv;