X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsys_time.texi;h=6650b7e4fe1934b7e086b60e3e2b9ee8114c60c0;hb=adff17f337187985ea8c62b961fde5c9544911aa;hp=77fcd46c56eb94afd61211ec203149aec1dcab83;hpb=b14c9a8fe13af6d31cdd5cb0a2210eb6b5e8a620;p=gnulib.git diff --git a/doc/posix-headers/sys_time.texi b/doc/posix-headers/sys_time.texi index 77fcd46c5..6650b7e4f 100644 --- a/doc/posix-headers/sys_time.texi +++ b/doc/posix-headers/sys_time.texi @@ -8,9 +8,17 @@ Gnulib module: sys_time Portability problems fixed by Gnulib: @itemize @item -This header file is missing on some platforms. +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: