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.287 by root, Tue Dec 29 15:28:02 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
1369 /* these are libeio constants, and are independent of gendef0 */ 1376 /* these are libeio constants, and are independent of gendef0 */
1370 const_eio (SEEK_SET) 1377 const_eio (SEEK_SET)
1371 const_eio (SEEK_CUR) 1378 const_eio (SEEK_CUR)
1372 const_eio (SEEK_END) 1379 const_eio (SEEK_END)
1373 1380

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines