+2019-12-17 Bruno Haible <bruno@clisp.org>
+
+ glob: Avoid warning on mingw.
+ Reported by Christian Biesinger <cbiesinger@google.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2019-12/msg00122.html>.
+ * lib/glob.c (__stat64): Undefine first.
+
2019-12-17 Paul Eggert <eggert@cs.ucla.edu>
xalloc: tune xzalloc for fresh allocations
# define __glob glob
# define __getlogin_r(buf, len) getlogin_r (buf, len)
# define __lstat64(fname, buf) lstat (fname, buf)
+# ifdef __MINGW32__
+ /* Avoid GCC warning. mingw has an unused __stat64 macro. */
+# undef __stat64
+# endif
# define __stat64(fname, buf) stat (fname, buf)
# define __fxstatat64(_, d, f, st, flag) fstatat (d, f, st, flag)
# define struct_stat64 struct stat