poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / gmtime_r.texi
blob7e280186edf216be5a4fbc8399481f73aa574d40
1 @node gmtime_r
2 @section @code{gmtime_r}
3 @findex gmtime_r
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime_r.html}
7 Gnulib module: time_r
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 14.
14 @item
15 This function is not declared unless @code{_REENTRANT} is defined,
16 on some platforms:
17 HP-UX 11.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize