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.178 by root, Fri Jan 7 21:45:42 2011 UTC vs.
Revision 1.179 by root, Fri Jan 7 21:47:15 2011 UTC

637/*****************************************************************************/ 637/*****************************************************************************/
638 638
639#if !_POSIX_MAPPED_FILES 639#if !_POSIX_MAPPED_FILES
640# define mmap(addr,length,prot,flags,fd,offs) (errno = ENOSYS, -1) 640# define mmap(addr,length,prot,flags,fd,offs) (errno = ENOSYS, -1)
641# define munmap(addr,length) (errno = ENOSYS, -1) 641# define munmap(addr,length) (errno = ENOSYS, -1)
642#endif
643
644#if !_POSIX_MEMORY_PROTECTION
642# define mprotect(addr,len,prot) (errno = ENOSYS, -1) 645# define mprotect(addr,len,prot) (errno = ENOSYS, -1)
643# define PROT_NONE 0 646# define PROT_NONE 0
644# define PROT_WRITE 0 647# define PROT_WRITE 0
645# define MAP_PRIVATE 0 648# define MAP_PRIVATE 0
646# define MAP_SHARED 0 649# define MAP_SHARED 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines