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.173 by root, Mon Sep 13 01:59:05 2010 UTC vs.
Revision 1.174 by root, Mon Nov 1 22:03:43 2010 UTC

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# define mprotect(addr,len,prot) (errno = ENOSYS, -1) 642# define mprotect(addr,len,prot) (errno = ENOSYS, -1)
643# define PROT_NONE 0
644# define PROT_WRITE 0
645# define MAP_PRIVATE 0
646# define MAP_SHARED 0
647# define MAP_FIXED 0
643#endif 648#endif
644 649
645#define MMAP_MAGIC PERL_MAGIC_ext 650#define MMAP_MAGIC PERL_MAGIC_ext
646 651
647static int 652static int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines