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.172 by root, Sun Sep 12 03:36:27 2010 UTC vs.
Revision 1.173 by root, Mon Sep 13 01:59:05 2010 UTC

1257 1257
1258void 1258void
1259aio_mlock (SV8 *data, IV offset = 0, SV *length = &PL_sv_undef, SV *callback=&PL_sv_undef) 1259aio_mlock (SV8 *data, IV offset = 0, SV *length = &PL_sv_undef, SV *callback=&PL_sv_undef)
1260 PPCODE: 1260 PPCODE:
1261{ 1261{
1262
1263 STRLEN svlen; 1262 STRLEN svlen;
1264 char *svptr = SvPVbyte (data, svlen); 1263 char *svptr = SvPVbyte (data, svlen);
1265 UV len = SvUV (length); 1264 UV len = SvUV (length);
1266 1265
1267 if (offset < 0) 1266 if (offset < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines