aboutsummaryrefslogtreecommitdiff
path: root/gnulib/patches/0001-use-windows-stat
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/patches/0001-use-windows-stat')
-rw-r--r--gnulib/patches/0001-use-windows-stat13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnulib/patches/0001-use-windows-stat b/gnulib/patches/0001-use-windows-stat
new file mode 100644
index 0000000..adf9638
--- /dev/null
+++ b/gnulib/patches/0001-use-windows-stat
@@ -0,0 +1,13 @@
+diff --git a/gnulib/import/m4/stat.m4 b/gnulib/import/m4/stat.m4
+index 46e9abceee7..8ef355f9407 100644
+--- a/gnulib/import/m4/stat.m4
++++ b/gnulib/import/m4/stat.m4
+@@ -15,7 +15,7 @@ AC_DEFUN([gl_FUNC_STAT],
+ mingw*)
+ dnl On this platform, the original stat() returns st_atime, st_mtime,
+ dnl st_ctime values that are affected by the time zone.
+- REPLACE_STAT=1
++ dnl REPLACE_STAT=1
+ ;;
+ *)
+ dnl AIX 7.1, Solaris 9, mingw64 mistakenly succeed on stat("file/").