From: Collin Funk Date: Wed, 22 Oct 2025 19:15:16 +0000 (-0700) Subject: doc: Update gmtime_r documentation for OpenBSD 7.8. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb08f510a0a345106c52a8cccd64825bacd679a;p=thirdparty%2Fgnulib.git doc: Update gmtime_r documentation for OpenBSD 7.8. * doc/posix-functions/gmtime_r.texi: Mention that only OpenBSD 7.7 and earlier use GMT instead of UTC. --- diff --git a/ChangeLog b/ChangeLog index c674c1e203..a28b2c5225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-10-22 Collin Funk + + doc: Update gmtime_r documentation for OpenBSD 7.8. + * doc/posix-functions/gmtime_r.texi: Mention that only OpenBSD 7.7 and + earlier use GMT instead of UTC. + 2025-10-21 Collin Funk fenv-rounding tests: Avoid test failure on Android. diff --git a/doc/posix-functions/gmtime_r.texi b/doc/posix-functions/gmtime_r.texi index 561c100dbc..6933b8dd78 100644 --- a/doc/posix-functions/gmtime_r.texi +++ b/doc/posix-functions/gmtime_r.texi @@ -27,5 +27,5 @@ MacOS X 10.5, Solaris 11.3. @item This function sets the field @code{tm_zone} to @code{"GMT"} instead of @code{"UTC"} on some platforms: -glibc, NetBSD, OpenBSD, Minix, Cygwin, Android. +glibc, NetBSD, OpenBSD 7.7, Minix, Cygwin, Android. @end itemize