sys_time: Override 'struct timeval' on some native Windows platforms.
[gnulib.git] / doc / posix-headers / sys_time.texi
index f935087..6650b7e 100644 (file)
@@ -12,6 +12,13 @@ This header file is missing on some platforms:
 MSVC 9.
 @item
 @samp{struct timeval} is not defined on some platforms.
+@item
+@samp{struct timeval} is defined with an incompatible type for @code{tv_sec}
+on some native Windows platforms:
+mingw64 in 64-bit mode,
+mingw64 in 32-bit mode when @code{__MINGW_USE_VC2005_COMPAT} is defined,
+MSVC 9 in 64-bit mode,
+MSVC 9 in 32-bit mode when @code{_USE_32BIT_TIME_T} is not defined.
 @end itemize
 
 Portability problems not fixed by Gnulib: