summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-12-28 11:39:17 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-12-28 12:04:49 -0800
commitaf4148ce0197502ce017418871da592bd7be5d91 (patch)
tree02a6445aedcd4511f885bd36401935e411844796 /doc/posix-functions
parent0f42dafa9e0a8dab8d6f97dd70967cb3d8a922da (diff)
downloadgnulib-af4148ce0197502ce017418871da592bd7be5d91.tar.gz
timespec_getres: new module
* lib/time.in.h (timespec_getres): New decl. * lib/timespec_getres.c, m4/timespec_getres.m4: * modules/timespec_getres, modules/timespec_getres-tests: * tests/test-timespec_getres.c: New files. * m4/time_h.m4 (gl_TIME_H_REQUIRE_DEFAULTS, gl_TIME_H_DEFAULTS): * modules/time (time.h): Support timespec_getres.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/timespec_getres.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/timespec_getres.texi b/doc/posix-functions/timespec_getres.texi
index 4c6549b916..89d3e6f16f 100644
--- a/doc/posix-functions/timespec_getres.texi
+++ b/doc/posix-functions/timespec_getres.texi
@@ -4,15 +4,15 @@
ISO C2x specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2596.pdf} section 7.27.2.6
-Gnulib module: ---
+Gnulib module: timespec_getres
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+glibc 2.33, macOS 12, FreeBSD 13.0, NetBSD 9.2, OpenBSD 7.0, Minix 3.3.0, 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 some platforms:
-glibc 2.33, macOS 11.1, FreeBSD 13.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.3.0, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
@end itemize