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.262 by root, Sun Aug 12 05:21:35 2018 UTC vs.
Revision 1.263 by root, Sun Aug 12 06:03:20 2018 UTC

1628 1628
1629 REQ_SEND; 1629 REQ_SEND;
1630} 1630}
1631 1631
1632void 1632void
1633stat_xtime () 1633st_xtime ()
1634 ALIAS: 1634 ALIAS:
1635 stat_atime = 1 1635 st_atime = 1
1636 stat_mtime = 2 1636 st_mtime = 2
1637 stat_ctime = 4 1637 st_ctime = 4
1638 stat_xtime = 7 1638 st_xtime = 7
1639 PPCODE: 1639 PPCODE:
1640 EXTEND (SP, 3); 1640 EXTEND (SP, 3);
1641 if (ix & 1) PUSHs (newSVnv (PL_statcache.st_atime + 1e-9 * ATIMENSEC)); 1641 if (ix & 1) PUSHs (newSVnv (PL_statcache.st_atime + 1e-9 * ATIMENSEC));
1642 if (ix & 2) PUSHs (newSVnv (PL_statcache.st_mtime + 1e-9 * MTIMENSEC)); 1642 if (ix & 2) PUSHs (newSVnv (PL_statcache.st_mtime + 1e-9 * MTIMENSEC));
1643 if (ix & 4) PUSHs (newSVnv (PL_statcache.st_ctime + 1e-9 * CTIMENSEC)); 1643 if (ix & 4) PUSHs (newSVnv (PL_statcache.st_ctime + 1e-9 * CTIMENSEC));
1644 1644
1645void 1645void
1646stat_xtimensec () 1646st_xtimensec ()
1647 ALIAS: 1647 ALIAS:
1648 stat_atimensec = 1 1648 st_atimensec = 1
1649 stat_mtimensec = 2 1649 st_mtimensec = 2
1650 stat_ctimensec = 4 1650 st_ctimensec = 4
1651 stat_xtimensec = 7 1651 st_xtimensec = 7
1652 PPCODE: 1652 PPCODE:
1653 EXTEND (SP, 3); 1653 EXTEND (SP, 3);
1654 if (ix & 1) PUSHs (newSViv (ATIMENSEC)); 1654 if (ix & 1) PUSHs (newSViv (ATIMENSEC));
1655 if (ix & 2) PUSHs (newSViv (MTIMENSEC)); 1655 if (ix & 2) PUSHs (newSViv (MTIMENSEC));
1656 if (ix & 4) PUSHs (newSViv (CTIMENSEC)); 1656 if (ix & 4) PUSHs (newSViv (CTIMENSEC));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines