783c7b646a9637fd709bc25b529f44745eb64607
[gnulib.git] / doc / posix-functions / gmtime_r.texi
1 @node gmtime_r
2 @section @code{gmtime_r}
3 @findex gmtime_r
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/gmtime_r.html}
6
7 Gnulib module: time_r
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw.
14 @item
15 Some platforms define a function of this name that is incompatible to POSIX:
16 HP-UX 10.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize