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.221 by root, Wed Aug 22 22:28:03 2012 UTC vs.
Revision 1.222 by root, Fri Aug 24 15:33:40 2012 UTC

1159 1159
1160 REQ_SEND; 1160 REQ_SEND;
1161} 1161}
1162 1162
1163void 1163void
1164aio_fallocate (SV *fh, int mode, off_t offset, size_t len, SV *callback=&PL_sv_undef) 1164aio_allocate (SV *fh, int mode, off_t offset, size_t len, SV *callback=&PL_sv_undef)
1165 PPCODE: 1165 PPCODE:
1166{ 1166{
1167 int fd = s_fileno_croak (fh, 0); 1167 int fd = s_fileno_croak (fh, 0);
1168 dREQ; 1168 dREQ;
1169 1169

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines