emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/7] gnulib substrate for ns-resolution time stamps


From: Eli Zaretskii
Subject: Re: [PATCH 1/7] gnulib substrate for ns-resolution time stamps
Date: Fri, 01 Jul 2011 17:13:35 +0300

> Date: Fri, 01 Jul 2011 14:20:56 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> For file time stamps, the MS-Windows port already provides the
> finest possible 100-nsec resolution in the replacement `stat' (on
> w32.c), so again nothing is needed, I think.

Actually, this is incorrect.  We do fetch the file times with 100-nsec
resolution, but lose it because the time members of struct stat are
still declared time_t.

However, since we define our own struct stat, we can easily add to it
the members supported by stat-time.h, define the appropriate macros,
and that's all that's needed on Windows.  Or did I miss something?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]