This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename pp_send to pp_syswrite, making send an alias for syswrite.
authorNicholas Clark <nick@ccl4.org>
Sat, 8 Jan 2011 13:49:21 +0000 (13:49 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 9 Jan 2011 12:22:53 +0000 (12:22 +0000)
commit60504e186da3226f64f36cdc4c9e700993e6f372
treeafca9944b071e6a828748364167bac09e7be41b2
parent6f3ed33686edc657dce73f7b5a70e096a40970aa
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.
opcode.h
pp_proto.h
pp_sys.c
regen/opcode.pl