mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
22 lines
429 B
Plaintext
22 lines
429 B
Plaintext
@node gmtime_r
|
|
@section @code{gmtime_r}
|
|
@findex gmtime_r
|
|
|
|
POSIX specification: @url{http://www.opengroup.org/susv3xsh/gmtime_r.html}
|
|
|
|
Gnulib module: ---
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This function is missing on some platforms:
|
|
mingw.
|
|
@item
|
|
Some platforms define a function of this name that is incompatible to POSIX:
|
|
HP-UX 10.
|
|
@end itemize
|