summaryrefslogtreecommitdiff
path: root/doc/glibc-functions/timespec_get.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-02 13:14:08 +0100
committerBruno Haible <bruno@clisp.org>2021-01-02 13:14:08 +0100
commitcaf114a384a66c506ad1304197264cfac64f1fbc (patch)
tree5bfd5ada4d616facfc59cf428bfac4c24423f2ed /doc/glibc-functions/timespec_get.texi
parent2d4f9d5c5a0c6dbdc2fbe34c42fe9cd74f162af3 (diff)
downloadgnulib-caf114a384a66c506ad1304197264cfac64f1fbc.tar.gz
timespec_get: New module.
* lib/time.in.h (timespec_get): New declaration. * lib/timespec_get.c: New file. * m4/timespec_get.m4: New file. * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIMESPEC_GET, HAVE_TIMESPEC_GET. * modules/time (Makefile.am): Substitute GNULIB_TIMESPEC_GET, HAVE_TIMESPEC_GET. * modules/timespec_get: New file. * tests/test-time-c++.cc (timespec_get): Check signature. * doc/glibc-functions/timespec_get.texi: Mention the new module.
Diffstat (limited to 'doc/glibc-functions/timespec_get.texi')
-rw-r--r--doc/glibc-functions/timespec_get.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/glibc-functions/timespec_get.texi b/doc/glibc-functions/timespec_get.texi
index 8113a9be9d..c5cf236a30 100644
--- a/doc/glibc-functions/timespec_get.texi
+++ b/doc/glibc-functions/timespec_get.texi
@@ -2,15 +2,15 @@
@subsection @code{timespec_get}
@findex timespec_get
-Gnulib module: ---
+Gnulib module: timespec_get
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on many platforms:
+glibc 2.15, Mac OS X 10.13, FreeBSD 6.4, NetBSD 7.1, OpenBSD 6.0, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.3, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
-@item
-This function is missing on many platforms:
-glibc 2.15, Mac OS X 10.13, FreeBSD 6.4, NetBSD 7.1, OpenBSD 6.0, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.3, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
@end itemize