]> Git Repo - binutils.git/blob - gnulib/patches/0001-use-windows-stat
Automatic date update in version.in
[binutils.git] / gnulib / patches / 0001-use-windows-stat
1 diff --git a/gnulib/import/m4/stat.m4 b/gnulib/import/m4/stat.m4
2 index 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.025057 seconds and 4 git commands to generate.