From: Nick Ing-Simmons Date: Wed, 22 Jan 2003 08:26:14 +0000 (+0000) Subject: Integrate mainline X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=58a5b889b12ec12d156c83f9a9db3ca70e64bbcb;p=p5sagit%2Fp5-mst-13.2.git Integrate mainline p4raw-id: //depot/perlio@18546 --- 58a5b889b12ec12d156c83f9a9db3ca70e64bbcb diff --cc perlio.c index ff68dfb,de6950b..225cdf4 --- a/perlio.c +++ b/perlio.c @@@ -2831,8 -2730,11 +2831,9 @@@ PerlIOStdio_close(pTHX_ PerlIO *f } return result; } + } - - SSize_t PerlIOStdio_read(pTHX_ PerlIO *f, void *vbuf, Size_t count) {