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.265 by root, Tue Aug 14 11:50:43 2018 UTC vs.
Revision 1.266 by root, Tue Aug 14 14:03:14 2018 UTC

194#endif 194#endif
195#ifndef minor 195#ifndef minor
196# define minor(dev) ((dev) & 0xff) 196# define minor(dev) ((dev) & 0xff)
197#endif 197#endif
198 198
199/* solaris has a non-posix/unix compliant PAGESIZE that breaks compilation */
200#ifdef __sun
201# undef PAGESIZE
202#endif
203
199#if PAGESIZE <= 0 204#if PAGESIZE <= 0
200# define PAGESIZE sysconf (_SC_PAGESIZE) 205# define PAGESIZE sysconf (_SC_PAGESIZE)
201#endif 206#endif
202 207
203/*****************************************************************************/ 208/*****************************************************************************/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines