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.163 by root, Sun Jan 10 23:44:02 2010 UTC vs.
Revision 1.164 by root, Tue May 4 21:14:01 2010 UTC

662# define const_eio(name) { # name, (IV) EIO_ ## name }, 662# define const_eio(name) { # name, (IV) EIO_ ## name },
663 const_iv (EXDEV) 663 const_iv (EXDEV)
664 const_iv (ENOSYS) 664 const_iv (ENOSYS)
665 const_iv (O_RDONLY) 665 const_iv (O_RDONLY)
666 const_iv (O_WRONLY) 666 const_iv (O_WRONLY)
667 const_iv (O_RDWR)
667 const_iv (O_CREAT) 668 const_iv (O_CREAT)
668 const_iv (O_TRUNC) 669 const_iv (O_TRUNC)
670 const_iv (O_EXCL)
671 const_iv (O_APPEND)
669#ifndef _WIN32 672#ifndef _WIN32
670 const_iv (S_IFIFO) 673 const_iv (S_IFIFO)
671#endif 674#endif
672 const_niv (FADV_NORMAL , POSIX_FADV_NORMAL) 675 const_niv (FADV_NORMAL , POSIX_FADV_NORMAL)
673 const_niv (FADV_SEQUENTIAL, POSIX_FADV_SEQUENTIAL) 676 const_niv (FADV_SEQUENTIAL, POSIX_FADV_SEQUENTIAL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines