Refer to new POSIX:2008 standard.
[gnulib.git] / doc / posix-functions / gettimeofday.texi
1 @node gettimeofday
2 @section @code{gettimeofday}
3 @findex gettimeofday
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html}
6
7 Gnulib module: gettimeofday
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw.
14 @item
15 This function is declared with a nonstandard function prototype (only one
16 argument, or ``...'' after the first argument) on some platforms.
17 @item
18 On some platforms, @code{gettimeofday} clobbers the buffer in which
19 @code{localtime} returns its result:
20 MacOS X 10.0.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize