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

Comparing libeio/eio.c (file contents):
Revision 1.126 by root, Fri Dec 28 07:33:41 2012 UTC vs.
Revision 1.127 by root, Mon Feb 18 03:15:19 2013 UTC

231 231
232#else 232#else
233 233
234 #include <sys/time.h> 234 #include <sys/time.h>
235 #include <sys/select.h> 235 #include <sys/select.h>
236 #include <sys/statvfs.h>
237 #include <unistd.h> 236 #include <unistd.h>
238 #include <signal.h> 237 #include <signal.h>
239 #include <dirent.h> 238 #include <dirent.h>
239
240 #if ANDROID
241 #include <sys/vfs.h>
242 #define statvfs statfs
243 #define fstatvfs fstatfs
244 #include <asm/page.h> /* supposedly limits.h does #define PAGESIZE PAGESIZE */
245 #else
246 #include <sys/statvfs.h>
247 #endif
240 248
241 #if _POSIX_MEMLOCK || _POSIX_MEMLOCK_RANGE || _POSIX_MAPPED_FILES 249 #if _POSIX_MEMLOCK || _POSIX_MEMLOCK_RANGE || _POSIX_MAPPED_FILES
242 #include <sys/mman.h> 250 #include <sys/mman.h>
243 #endif 251 #endif
244 252

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines