]> git.eshelyaron.com Git - emacs.git/commit
Support sub-second file time-stamps on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sun, 11 May 2025 10:33:24 +0000 (13:33 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 12 May 2025 19:55:32 +0000 (21:55 +0200)
commitd3761b2f22aaf84238da8dffd3a42af977068242
tree3752817145907b1bd15bec402df925672b718114
parent75d5db4b554061e348bd65d617da8b2d6b2c62eb
Support sub-second file time-stamps on MS-Windows

* nt/inc/sys/stat.h (struct stat): New members for nsec part of
file times.

* lib-src/ntlib.c (convert_time):
* src/w32.c (convert_time): Accept an additional argument
TIME_NSEC and set it to the sub-second part of time.  All callers
changed.

(cherry picked from commit 3975094f1d96680fe73232ca4216733904ebecd0)
lib-src/ntlib.c
nt/inc/sys/stat.h
src/w32.c