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.286 by root, Tue Dec 29 15:25:26 2020 UTC vs.
Revision 1.288 by root, Tue Dec 29 18:00:40 2020 UTC

84 84
85#else 85#else
86 86
87 #include <sys/time.h> 87 #include <sys/time.h>
88 #include <sys/select.h> 88 #include <sys/select.h>
89 #include <sys/wait.h>
89 #include <unistd.h> 90 #include <unistd.h>
90 #include <utime.h> 91 #include <utime.h>
91 #include <signal.h> 92 #include <signal.h>
92 93
93 #define EIO_STRUCT_STAT Stat_t 94 #define EIO_STRUCT_STAT Stat_t
1364 const_iv (MOVE_MOUNT_F_EMPTY_PATH) 1365 const_iv (MOVE_MOUNT_F_EMPTY_PATH)
1365 const_iv (MOVE_MOUNT_T_SYMLINKS) 1366 const_iv (MOVE_MOUNT_T_SYMLINKS)
1366 const_iv (MOVE_MOUNT_T_AUTOMOUNTS) 1367 const_iv (MOVE_MOUNT_T_AUTOMOUNTS)
1367 const_iv (MOVE_MOUNT_T_EMPTY_PATH) 1368 const_iv (MOVE_MOUNT_T_EMPTY_PATH)
1368 1369
1370 /* waitid */
1371 const_iv (P_PID)
1372 const_iv (P_PIDFD)
1373 const_iv (P_PGID)
1374 const_iv (P_ALL)
1375
1376 const_iv (FSCONFIG_SET_FLAG)
1377 const_iv (FSCONFIG_SET_STRING)
1378 const_iv (FSCONFIG_SET_BINARY)
1379 const_iv (FSCONFIG_SET_PATH)
1380 const_iv (FSCONFIG_SET_PATH_EMPTY)
1381 const_iv (FSCONFIG_SET_FD)
1382 const_iv (FSCONFIG_CMD_CREATE)
1383 const_iv (FSCONFIG_CMD_RECONFIGURE)
1384
1385 const_iv (MOUNT_ATTR_RDONLY)
1386 const_iv (MOUNT_ATTR_NOSUID)
1387 const_iv (MOUNT_ATTR_NODEV)
1388 const_iv (MOUNT_ATTR_NOEXEC)
1389 const_iv (MOUNT_ATTR__ATIME)
1390 const_iv (MOUNT_ATTR_RELATIME)
1391 const_iv (MOUNT_ATTR_NOATIME)
1392 const_iv (MOUNT_ATTR_STRICTATIME)
1393 const_iv (MOUNT_ATTR_NODIRATIME)
1394
1369 /* these are libeio constants, and are independent of gendef0 */ 1395 /* these are libeio constants, and are independent of gendef0 */
1370 const_eio (SEEK_SET) 1396 const_eio (SEEK_SET)
1371 const_eio (SEEK_CUR) 1397 const_eio (SEEK_CUR)
1372 const_eio (SEEK_END) 1398 const_eio (SEEK_END)
1373 1399

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines