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.149 by root, Tue Jun 30 07:33:58 2009 UTC vs.
Revision 1.150 by root, Wed Jul 1 08:11:24 2009 UTC

1193 1193
1194int 1194int
1195fadvise (aio_rfd fh, off_t offset, off_t length, IV advice) 1195fadvise (aio_rfd fh, off_t offset, off_t length, IV advice)
1196 PROTOTYPE: $$$$ 1196 PROTOTYPE: $$$$
1197 CODE: 1197 CODE:
1198{
1199 #if _XOPEN_SOURCE >= 600 && !NO_FADVISE 1198#if _XOPEN_SOURCE >= 600 && !NO_FADVISE
1200 RETVAL = posix_fadvise (fh, offset, length, advice); 1199 RETVAL = posix_fadvise (fh, offset, length, advice);
1201 #else 1200#else
1202 RETVAL = errno = ENOSYS; 1201 RETVAL = errno = ENOSYS;
1203 #endif 1202#endif
1204}
1205 OUTPUT: 1203 OUTPUT:
1206 RETVAL 1204 RETVAL
1207 1205
1208ssize_t 1206ssize_t
1209sendfile (aio_wfd ofh, aio_rfd ifh, off_t offset, size_t count) 1207sendfile (aio_wfd ofh, aio_rfd ifh, off_t offset, size_t count)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines