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