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.260 by root, Tue Jul 24 04:58:59 2018 UTC vs.
Revision 1.261 by root, Tue Jul 24 19:32:20 2018 UTC

12 12
13#include <stddef.h> 13#include <stddef.h>
14#include <stdlib.h> 14#include <stdlib.h>
15#include <errno.h> 15#include <errno.h>
16#include <sys/types.h> 16#include <sys/types.h>
17#include <sys/socket.h>
17#include <sys/stat.h> 18#include <sys/stat.h>
18#include <limits.h> 19#include <limits.h>
19#include <fcntl.h> 20#include <fcntl.h>
20#include <sched.h> 21#include <sched.h>
21 22
1120 const_iv (MREMAP_MAYMOVE) 1121 const_iv (MREMAP_MAYMOVE)
1121 const_iv (MREMAP_FIXED) 1122 const_iv (MREMAP_FIXED)
1122 1123
1123 const_iv (F_DUPFD_CLOEXEC) 1124 const_iv (F_DUPFD_CLOEXEC)
1124 1125
1126 const_iv (MSG_CMSG_CLOEXEC)
1127 const_iv (SOCK_CLOEXEC)
1128
1125 const_iv (F_OFD_GETLK) 1129 const_iv (F_OFD_GETLK)
1126 const_iv (F_OFD_SETLK) 1130 const_iv (F_OFD_SETLK)
1127 const_iv (F_OFD_GETLKW) 1131 const_iv (F_OFD_GETLKW)
1128 1132
1129 const_iv (FIFREEZE) 1133 const_iv (FIFREEZE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines