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.245 by root, Fri Jun 23 03:23:19 2017 UTC vs.
Revision 1.247 by root, Fri Jun 23 22:09:50 2017 UTC

924 const_niv (MADV_NORMAL , POSIX_MADV_NORMAL) 924 const_niv (MADV_NORMAL , POSIX_MADV_NORMAL)
925 const_niv (MADV_SEQUENTIAL, POSIX_MADV_SEQUENTIAL) 925 const_niv (MADV_SEQUENTIAL, POSIX_MADV_SEQUENTIAL)
926 const_niv (MADV_RANDOM , POSIX_MADV_RANDOM) 926 const_niv (MADV_RANDOM , POSIX_MADV_RANDOM)
927 const_niv (MADV_WILLNEED , POSIX_MADV_WILLNEED) 927 const_niv (MADV_WILLNEED , POSIX_MADV_WILLNEED)
928 const_niv (MADV_DONTNEED , POSIX_MADV_DONTNEED) 928 const_niv (MADV_DONTNEED , POSIX_MADV_DONTNEED)
929 const_niv (MADV_FREE , POSIX_MADV_FREE)
930 929
931 /* the second block will be 0 when missing */ 930 /* the second block will be 0 when missing */
932 const_iv (O_RDONLY) 931 const_iv (O_RDONLY)
933 const_iv (O_WRONLY) 932 const_iv (O_WRONLY)
934 const_iv (O_RDWR) 933 const_iv (O_RDWR)
995 const_iv (MAP_NONBLOCK) 994 const_iv (MAP_NONBLOCK)
996 const_iv (MAP_GROWSDOWN) 995 const_iv (MAP_GROWSDOWN)
997 const_iv (MAP_32BIT) 996 const_iv (MAP_32BIT)
998 const_iv (MAP_HUGETLB) 997 const_iv (MAP_HUGETLB)
999 const_iv (MAP_STACK) 998 const_iv (MAP_STACK)
999
1000 const_iv (F_DUPFD_CLOEXEC)
1001
1002 const_iv (F_OFD_GETLK)
1003 const_iv (F_OFD_SETLK)
1004 const_iv (F_OFD_GETLKW)
1000 1005
1001 const_iv (FIFREEZE) 1006 const_iv (FIFREEZE)
1002 const_iv (FITHAW) 1007 const_iv (FITHAW)
1003 const_iv (FITRIM) 1008 const_iv (FITRIM)
1004 const_iv (FICLONE) 1009 const_iv (FICLONE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines