]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix compilation error on MinGW64 due to nt/inc/sys/time.h.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Jun 2013 07:07:22 +0000 (10:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Jun 2013 07:07:22 +0000 (10:07 +0300)
 nt/inc/sys/time.h [!_TIMEZONE_DEFINED]: Define _TIMEZONE_DEFINED to
 avoid multiple definition errors on MinGW64.

nt/ChangeLog
nt/inc/sys/time.h

index c9fe372a4a23de3b1976c1a7f24cb6422278b49f..646b472ba736d91ffbcb25c1f21f73e912c0bc9b 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/sys/time.h [!_TIMEZONE_DEFINED]: Define _TIMEZONE_DEFINED to
+       avoid multiple definition errors on MinGW64.
+
 2013-05-31  Eli Zaretskii  <eliz@gnu.org>
 
        * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
index e586aaee07edcfd25575b5f4c040ee0b60b58cf0..308748437d48436a5f90fa21fcc40a7c81f04e01 100644 (file)
@@ -28,6 +28,7 @@ struct timeval
 #endif /* _W64 */
 
 #ifndef _TIMEZONE_DEFINED
+#define _TIMEZONE_DEFINED
 struct timezone
 {
   int          tz_minuteswest; /* minutes west of Greenwich */