xref: /netbsd-src/external/gpl3/gdb/dist/gnulib/patches/0001-use-windows-stat (revision 8dffb485a119f39f727115fa0bcb569045caf7cb)
1*8dffb485Schristosdiff --git a/gnulib/import/m4/stat.m4 b/gnulib/import/m4/stat.m4
2*8dffb485Schristosindex 46e9abceee7..8ef355f9407 100644
3*8dffb485Schristos--- a/gnulib/import/m4/stat.m4
4*8dffb485Schristos+++ b/gnulib/import/m4/stat.m4
5*8dffb485Schristos@@ -15,7 +15,7 @@ AC_DEFUN([gl_FUNC_STAT],
6*8dffb485Schristos     mingw*)
7*8dffb485Schristos       dnl On this platform, the original stat() returns st_atime, st_mtime,
8*8dffb485Schristos       dnl st_ctime values that are affected by the time zone.
9*8dffb485Schristos-      REPLACE_STAT=1
10*8dffb485Schristos+      dnl REPLACE_STAT=1
11*8dffb485Schristos       ;;
12*8dffb485Schristos     *)
13*8dffb485Schristos       dnl AIX 7.1, Solaris 9, mingw64 mistakenly succeed on stat("file/").
14