bump standards-version
[gnulib.git] / doc / posix-headers / sys_time.texi
1 @node sys/time.h
2 @section @file{sys/time.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html}
5
6 Gnulib module: sys_time
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 MSVC 9.
13 @item
14 @samp{struct timeval} is not defined on some platforms.
15 @item
16 @samp{struct timeval} is defined with an incompatible type for @code{tv_sec}
17 on some native Windows platforms:
18 mingw64 in 64-bit mode,
19 mingw64 in 32-bit mode when @code{__MINGW_USE_VC2005_COMPAT} is defined,
20 MSVC 9 in 64-bit mode,
21 MSVC 9 in 32-bit mode when @code{_USE_32BIT_TIME_T} is not defined.
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize