]> git.eshelyaron.com Git - emacs.git/commit
Minor improvements to write-region heuristic
authorPo Lu <luangruo@yahoo.com>
Tue, 8 Aug 2023 08:02:49 +0000 (16:02 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 8 Aug 2023 08:02:49 +0000 (16:02 +0800)
commit27113c22f77b7a409c33b956a1a8d8be2d5bc673
tree663e42ad962f3383873213e6923e842da47e3d7f
parent27a57f4cca55fd64a61eb8952b6422712f27b0af
Minor improvements to write-region heuristic

* src/androidvfs.c (android_saf_stat): Set STATB->st_dev.
(android_fstat): Likewise.
(NATIVE_NAME): Seek to start of file after truncation.
* src/fileio.c (write_region): Use stat instead of open+fstat
to obtain updated mtime.
src/androidvfs.c
src/fileio.c