]> Savannah Git Hosting - gnulib.git/commit
tempname: merge 64-bit time_t fix from glibc
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Aug 2022 19:22:52 +0000 (12:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Aug 2022 20:10:40 +0000 (13:10 -0700)
commit8304617684ba7f71c36fcf49786d3b279dfbefc3
treeaa4f43403dad2961f9f436a24da1eeb3db6957bd
parenta3cae0c3400ff36d3ed6ded9ce5d74755ba28197
tempname: merge 64-bit time_t fix from glibc

This merges glibc commit 52a5fe70a2c77935afe807fb6e904e512ddd894e
"Use 64 bit time_t stat internally".
* lib/tempname.c (struct_stat64) [_LIBC]: Use struct __stat64_t64.
(__lstat64_time64) [!_LIBC]: Rename from __lstat64.
All uses changed.
(direxists): Use __stat64_time64 instead of __stat64.
ChangeLog
lib/tempname.c