ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.xs
(Generate patch)

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.271 by root, Fri Dec 28 12:43:00 2018 UTC vs.
Revision 1.272 by root, Wed Jan 2 16:32:57 2019 UTC

1492 PerlIOUnix_refcnt_inc (fd); 1492 PerlIOUnix_refcnt_inc (fd);
1493 do_close ((GV *)fh, 1); 1493 do_close ((GV *)fh, 1);
1494 1494
1495 req->type = EIO_CLOSE; 1495 req->type = EIO_CLOSE;
1496 req->int1 = fd; 1496 req->int1 = fd;
1497 req->sv2 = newSVsv (fh); 1497 /*req->sv2 = newSVsv (fh);*/ /* since we stole the fd, no need to keep the fh */
1498 } 1498 }
1499 else 1499 else
1500 { 1500 {
1501 /* fd number */ 1501 /* fd number */
1502 req->type = EIO_DUP2; 1502 req->type = EIO_DUP2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines