ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.c
(Generate patch)

Comparing libeio/eio.c (file contents):
Revision 1.16 by root, Fri May 30 04:50:21 2008 UTC vs.
Revision 1.17 by root, Tue Jun 3 05:12:51 2008 UTC

775 775
776#if !HAVE_READAHEAD 776#if !HAVE_READAHEAD
777# define readahead(fd,offset,count) eio__readahead (fd, offset, count, self) 777# define readahead(fd,offset,count) eio__readahead (fd, offset, count, self)
778 778
779static ssize_t 779static ssize_t
780eio__readahead (int fd, off_t offset, size_t count, worker *self) 780eio__readahead (int fd, off_t offset, size_t count, etp_worker *self)
781{ 781{
782 size_t todo = count; 782 size_t todo = count;
783 dBUF; 783 dBUF;
784 784
785 while (todo > 0) 785 while (todo > 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines