Paul Eggert wrote:
> + time_r: fix typo that always overrode localtime_r decl
The mistake was mine, sorry.
But the effect was harmless: gnulib's was merely providing a
redundant declaration. Also, not all platforms were affected:
In past build logs, I can see
checking whether loc
ChangeLog|7 +++
m4/time_r.m4 |2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a12bccf..74354d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-22 Paul Eggert
+
+ time_r: fix typo that always overrode
Compiling a testdir for 'time' on mingw, I see this error:
../gllib/time.h:379: error: `::localtime_r' has not been declared
../gllib/time.h:394: error: `::gmtime_r' has not been declared
This fixes it.
2010-03-14 Bruno Haible
Fix compilation error on mingw when module 'time_r' is n