]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
mingw: avoid fallback for {local,gm}time_r()
[thirdparty/git.git] / git-compat-util.h
index d70ce142861676e271ae1920cd4aedb321d609c7..c8005db3fb667e2f73feb7f5cb039e8eac160049 100644 (file)
 /* Approximation of the length of the decimal representation of this type. */
 #define decimal_length(x)      ((int)(sizeof(x) * 2.56 + 0.5) + 1)
 
-#if defined(__sun__)
+#ifdef __MINGW64__
+#define _POSIX_C_SOURCE 1
+#elif defined(__sun__)
  /*
   * On Solaris, when _XOPEN_EXTENDED is set, its header file
   * forces the programs to be XPG4v2, defeating any _XOPEN_SOURCE