[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: POSIX ruling on up-to-date vs. identical timestamps
From: |
Eli Zaretskii |
Subject: |
Re: POSIX ruling on up-to-date vs. identical timestamps |
Date: |
Tue, 26 Aug 2014 20:20:25 +0300 |
> From: Paul Smith <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden, address@hidden
> Date: Tue, 26 Aug 2014 11:18:35 -0400
>
> > The main problem is that this requires to write a replacement 'stat'
> > (not rocket science).
>
> Can't we just #define stat(_p,_b) _stat(_p,_b)? Not sure if that's
> sufficient: I'm not overly familiar with the limitations on the POSIX
> emulation functions in Windows.
_stat *is* the problem: the time-related members of the structure it
returns report time only at 1-sec resolution.
We need a replacement that supports sub-second resolution in
additional members, like on some Posix platforms. Not a big deal, but
Someone(TM) needs to sit down and write the code.
- Re: POSIX ruling on up-to-date vs. identical timestamps, (continued)
- Re: POSIX ruling on up-to-date vs. identical timestamps, David Boyce, 2014/08/21
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Eggert, 2014/08/21
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Smith, 2014/08/23
- Re: POSIX ruling on up-to-date vs. identical timestamps, David Boyce, 2014/08/23
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Eggert, 2014/08/23
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Smith, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Eli Zaretskii, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Smith, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps,
Eli Zaretskii <=
- Re: POSIX ruling on up-to-date vs. identical timestamps, Keith Marshall, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Paul Eggert, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Eli Zaretskii, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Keith Marshall, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps, Eli Zaretskii, 2014/08/26
Re: POSIX ruling on up-to-date vs. identical timestamps, Bob Friesenhahn, 2014/08/21