]> Savannah Git Hosting - gnulib.git/commitdiff
clock_gettime: improve doc
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Dec 2021 19:38:32 +0000 (11:38 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Dec 2021 20:04:48 +0000 (12:04 -0800)
doc/posix-functions/clock_gettime.texi

index 230372d4792e6238bd3ec16464ae4414e763aa78..93ac4215df202a2289ff9970ac4affbe6caf66ad 100644 (file)
@@ -15,6 +15,8 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 Mac OS X 10.11, Minix 3.1.8, mingw, MSVC 14.
-The Gnulib module @code{gettime} is a partial substitute; it
-implements the @code{CLOCK_REALTIME} functionality of @code{clock_gettime}.
 @end itemize
+
+The Gnulib modules @code{gettime} and @code{timespec_get} are partial
+substitutes; they implement the @code{CLOCK_REALTIME} functionality of
+@code{clock_gettime}.