Do not adjust mtime timezone on Windows
[deliverable/binutils-gdb.git] / gnulib / patches / 0001-use-windows-stat
CommitLineData
d706b69e
TT
1diff --git a/gnulib/import/m4/stat.m4 b/gnulib/import/m4/stat.m4
2index 46e9abceee7..8ef355f9407 100644
3--- a/gnulib/import/m4/stat.m4
4+++ b/gnulib/import/m4/stat.m4
5@@ -15,7 +15,7 @@ AC_DEFUN([gl_FUNC_STAT],
6 mingw*)
7 dnl On this platform, the original stat() returns st_atime, st_mtime,
8 dnl st_ctime values that are affected by the time zone.
9- REPLACE_STAT=1
10+ dnl REPLACE_STAT=1
11 ;;
12 *)
13 dnl AIX 7.1, Solaris 9, mingw64 mistakenly succeed on stat("file/").
This page took 0.024007 seconds and 4 git commands to generate.