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.273 by root, Mon Mar 4 10:28:38 2019 UTC vs.
Revision 1.274 by root, Sun Mar 10 12:16:48 2019 UTC

117 117
118#if _POSIX_MEMLOCK || _POSIX_MEMLOCK_RANGE || _POSIX_MAPPED_FILES 118#if _POSIX_MEMLOCK || _POSIX_MEMLOCK_RANGE || _POSIX_MAPPED_FILES
119# include <sys/mman.h> 119# include <sys/mman.h>
120#endif 120#endif
121 121
122#if HAVE_SYS_UIO_H
123# include <sys/uio.h>
124#endif
125
122#if HAVE_ST_XTIMENSEC 126#if HAVE_ST_XTIMENSEC
123# define ATIMENSEC PL_statcache.st_atimensec 127# define ATIMENSEC PL_statcache.st_atimensec
124# define MTIMENSEC PL_statcache.st_mtimensec 128# define MTIMENSEC PL_statcache.st_mtimensec
125# define CTIMENSEC PL_statcache.st_ctimensec 129# define CTIMENSEC PL_statcache.st_ctimensec
126#elif HAVE_ST_XTIMESPEC 130#elif HAVE_ST_XTIMESPEC

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines