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.166 by root, Sun May 9 20:43:28 2010 UTC vs.
Revision 1.167 by root, Sun May 9 20:49:52 2010 UTC

496 SvSETMAGIC (req->sv2); 496 SvSETMAGIC (req->sv2);
497 PUSHs (sv_result); 497 PUSHs (sv_result);
498 } 498 }
499 break; 499 break;
500 500
501 case EIO_DUP2: 501 case EIO_DUP2: /* EIO_DUP2 actually means aio_close(), su fudge result value */
502 if (req->result > 0) 502 if (req->result > 0)
503 SvIV_set (sv_result, 0); 503 SvIV_set (sv_result, 0);
504 /* FALLTHROUGH */ 504 /* FALLTHROUGH */
505 505
506 default: 506 default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines