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

Comparing libeio/eio.c (file contents):
Revision 1.127 by root, Mon Feb 18 03:15:19 2013 UTC vs.
Revision 1.128 by root, Mon Feb 18 03:16:30 2013 UTC

235 #include <sys/select.h> 235 #include <sys/select.h>
236 #include <unistd.h> 236 #include <unistd.h>
237 #include <signal.h> 237 #include <signal.h>
238 #include <dirent.h> 238 #include <dirent.h>
239 239
240 #if ANDROID 240 #ifdef ANDROID
241 #include <sys/vfs.h> 241 #include <sys/vfs.h>
242 #define statvfs statfs 242 #define statvfs statfs
243 #define fstatvfs fstatfs 243 #define fstatvfs fstatfs
244 #include <asm/page.h> /* supposedly limits.h does #define PAGESIZE PAGESIZE */ 244 #include <asm/page.h> /* supposedly limits.h does #define PAGESIZE PAGESIZE */
245 #else 245 #else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines