POSIX specification:
http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html
Gnulib module: sys_time
Portability problems fixed by Gnulib:
tv_sec type that is
narrower than time_t
on some native Windows platforms:
mingw64 in 64-bit mode,
mingw64 in 32-bit mode when __MINGW_USE_VC2005_COMPAT is defined,
MSVC 9 in 64-bit mode,
MSVC 9 in 32-bit mode when _USE_32BIT_TIME_T is not defined.
Portability problems not fixed by Gnulib:
tv_sec type that is
wider than time_t:
OpenBSD 5.1 in 64-bit mode.