md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[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 a @code{tv_sec} type that is
17 narrower than @code{time_t}
18 on some native Windows platforms:
19 mingw64 in 64-bit mode,
20 mingw64 in 32-bit mode when @code{__MINGW_USE_VC2005_COMPAT} is defined,
21 MSVC 9 in 64-bit mode,
22 MSVC 9 in 32-bit mode when @code{_USE_32BIT_TIME_T} is not defined.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @item
28 @samp{struct timeval} is defined with a @code{tv_sec} type that is
29 wider than @code{time_t}:
30 OpenBSD 5.1 in 64-bit mode.
31 @end itemize