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.254 by root, Tue Feb 20 05:23:47 2018 UTC vs.
Revision 1.255 by root, Tue Feb 20 06:05:19 2018 UTC

3#include <errno.h> 3#include <errno.h>
4 4
5#include "EXTERN.h" 5#include "EXTERN.h"
6#include "perl.h" 6#include "perl.h"
7#include "XSUB.h" 7#include "XSUB.h"
8
9#include "schmorp.h"
10 8
11#include <stddef.h> 9#include <stddef.h>
12#include <stdlib.h> 10#include <stdlib.h>
13#include <errno.h> 11#include <errno.h>
14#include <sys/types.h> 12#include <sys/types.h>
106 104
107/*****************************************************************************/ 105/*****************************************************************************/
108 106
109#include "libeio/config.h" 107#include "libeio/config.h"
110 108
109#include "schmorp.h"
110
111#if HAVE_EVENTFD 111#if HAVE_EVENTFD
112# include <sys/eventfd.h> 112# include <sys/eventfd.h>
113#endif 113#endif
114 114
115#if HAVE_TIMERFD 115#if HAVE_TIMERFD

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines