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

Comparing libeio/eio.c (file contents):
Revision 1.141 by root, Tue Feb 23 19:47:44 2016 UTC vs.
Revision 1.142 by root, Sun May 1 17:15:45 2016 UTC

42#endif 42#endif
43 43
44#include "eio.h" 44#include "eio.h"
45#include "ecb.h" 45#include "ecb.h"
46 46
47#ifdef EIO_STACKSIZE
48# define X_STACKSIZE EIO_STACKSIZE
49#endif
50#include "xthread.h"
51
52#include <errno.h> 47#include <errno.h>
53#include <stddef.h> 48#include <stddef.h>
54#include <stdlib.h> 49#include <stdlib.h>
55#include <string.h> 50#include <string.h>
56#include <errno.h> 51#include <errno.h>
283# include <utime.h> 278# include <utime.h>
284#endif 279#endif
285 280
286#if HAVE_SYS_SYSCALL_H 281#if HAVE_SYS_SYSCALL_H
287# include <sys/syscall.h> 282# include <sys/syscall.h>
288#endif
289
290#if HAVE_SYS_PRCTL_H
291# include <sys/prctl.h>
292#endif 283#endif
293 284
294#if HAVE_SENDFILE 285#if HAVE_SENDFILE
295# if __linux 286# if __linux
296# include <sys/sendfile.h> 287# include <sys/sendfile.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines