[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: POSIX ruling on up-to-date vs. identical timestamps
From: |
Keith Marshall |
Subject: |
Re: POSIX ruling on up-to-date vs. identical timestamps |
Date: |
Tue, 26 Aug 2014 16:27:51 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
On 26/08/14 16:18, Paul Smith wrote:
> 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.
That's effectively what MinGW does anyway, (although it does it through
an import library mapping from the undecorated POSIX name, to the
decorated name exported by MSVCRT.DLL). The upshot is that, when you
call stat() in a Windows program compiled by MinGW's GCC, you actually
call the function provided by Microsoft themselves, with whatever
limitations that imposes.
--
Regards,
Keith.
- Re: POSIX ruling on up-to-date vs. identical timestamps, (continued)
- 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, 2014/08/26
- Re: POSIX ruling on up-to-date vs. identical timestamps,
Keith Marshall <=
- 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