summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-17 18:53:43 +0100
committerBruno Haible <bruno@clisp.org>2023-03-17 18:53:43 +0100
commit1314bf911af271ca5c5cf51245f880c41d0684b7 (patch)
tree600e84f44ac82061dd36b2767ef55c604d00dcab /doc
parent1d546b1cd1cca688fdc7e149b1fd0672439dfaa7 (diff)
downloadgnulib-1314bf911af271ca5c5cf51245f880c41d0684b7.tar.gz
time: Fix test failure on AIX 7.2.
* m4/time.m4 (gl_FUNC_TIME): Guess that it does not work on AIX. * doc/posix-functions/time.texi: Mention the bug on AIX.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/time.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/time.texi b/doc/posix-functions/time.texi
index 5d7c719594..c744c63974 100644
--- a/doc/posix-functions/time.texi
+++ b/doc/posix-functions/time.texi
@@ -12,10 +12,10 @@ Portability problems fixed by Gnulib:
This function is not consistent with @code{gettimeofday} and @code{timespec_get}
on some platforms:
@c https://sourceware.org/bugzilla/show_bug.cgi?id=30200
-glibc 2.31 or newer on Linux, native Windows.
-Namely, in the first 1 to 2.5 milliseconds of every second (or, on Windows,
-in the first 5 milliseconds of every second), @code{time} returns a value
-that is one less than the @code{tv_sec} part of the return value of
+glibc 2.31 or newer on Linux, AIX 7.2, native Windows.
+Namely, in the first 1 to 2.5 milliseconds of every second (or, on AIX and
+Windows, in the first 5 milliseconds of every second), @code{time} returns
+a value that is one less than the @code{tv_sec} part of the return value of
@code{gettimeofday} or @code{timespec_get}.
@end itemize