This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
All of syswrite/send/sendto need to return character counts,
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 18 Nov 2001 16:46:11 +0000 (16:46 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 18 Nov 2001 16:46:11 +0000 (16:46 +0000)
commitf36eea1037c5e636f0a49c0b179f8f7dce70d331
treeb7eecbb9d21bf212faae2229aa307213f67c10b0
parent619af6b4ca148b0cfb9a0e8c2a616b34b88e0cc2
All of syswrite/send/sendto need to return character counts,
and character counts from the offset, not the beginning of
the scalar.

p4raw-id: //depot/perl@13076
pp_sys.c