--- IO-AIO/AIO.xs 2018/08/12 05:21:35 1.262 +++ IO-AIO/AIO.xs 2018/08/12 06:03:20 1.263 @@ -1630,12 +1630,12 @@ } void -stat_xtime () +st_xtime () ALIAS: - stat_atime = 1 - stat_mtime = 2 - stat_ctime = 4 - stat_xtime = 7 + st_atime = 1 + st_mtime = 2 + st_ctime = 4 + st_xtime = 7 PPCODE: EXTEND (SP, 3); if (ix & 1) PUSHs (newSVnv (PL_statcache.st_atime + 1e-9 * ATIMENSEC)); @@ -1643,12 +1643,12 @@ if (ix & 4) PUSHs (newSVnv (PL_statcache.st_ctime + 1e-9 * CTIMENSEC)); void -stat_xtimensec () +st_xtimensec () ALIAS: - stat_atimensec = 1 - stat_mtimensec = 2 - stat_ctimensec = 4 - stat_xtimensec = 7 + st_atimensec = 1 + st_mtimensec = 2 + st_ctimensec = 4 + st_xtimensec = 7 PPCODE: EXTEND (SP, 3); if (ix & 1) PUSHs (newSViv (ATIMENSEC));