Refresh 01-gnulib-directory.patch
[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 This function is not declared unless @code{_REENTRANT} is defined,
16 on some platforms:
17 HP-UX 11.
18 @item
19 Some platforms define a function of this name that is incompatible to POSIX:
20 HP-UX 10.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize