xref: /netbsd-src/external/gpl3/gdb.old/dist/gnulib/patches/0001-use-windows-stat (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
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/").
14