Craig A. Berry [Wed, 14 Dec 2005 22:03:28 +0000 (22:03 +0000)]
that has not been submitted yet.
p4raw-id: //depot/perl@26358
static const long int utime_baseadjust[2] = { 0x4beb4000, 0x7c9567 };
/*{{{int my_utime(const char *path, const struct utimbuf *utimes)*/
-#if __CRTL_VER >= 70300000 && !defined(__VAX)
-int Perl_my_utime(pTHX_ const char *file, const struct utimbuf *utimes)
-{
- return utime(file, utimes);
-}
-#else
int Perl_my_utime(pTHX_ const char *file, const struct utimbuf *utimes)
{
register int i;
return 0;
} /* end of my_utime() */
-#endif
/*}}}*/
/*