summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-16 14:16:25 +0100
committerBruno Haible <bruno@clisp.org>2023-03-16 14:16:25 +0100
commit4873f857dd32e7d145e285d72ffcc54fca54df31 (patch)
tree7ca567f5b520760a5a262f4704d1d181609f5c8d /doc/posix-functions
parent98ff71e20fb1399f72efe9148e2b379ce1be44db (diff)
downloadgnulib-4873f857dd32e7d145e285d72ffcc54fca54df31.tar.gz
timegm: Document under ISO C and POSIX substitutes.
* doc/posix-functions/timegm.texi: Renamed from doc/glibc-functions/timegm.texi. * doc/gnulib.texi (Function Substitutes): Include timegm.texi here... (Glibc time.h): ... not here.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/timegm.texi29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/posix-functions/timegm.texi b/doc/posix-functions/timegm.texi
new file mode 100644
index 0000000000..9087d949a0
--- /dev/null
+++ b/doc/posix-functions/timegm.texi
@@ -0,0 +1,29 @@
+@node timegm
+@section @code{timegm}
+@findex timegm
+
+Documentation:
+@itemize
+@item
+@ifinfo
+@ref{Broken-down Time,,Broken-down Time,libc},
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Broken_002ddown-Time.html},
+@end ifnotinfo
+@item
+@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/timegm.3.html,,man timegm}.
+@end itemize
+
+Gnulib module: timegm
+
+Portability problems fixed by Gnulib:
+@itemize
+@item
+This function is missing on some platforms:
+AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, mingw, MSVC 14, Android 3.0.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize