]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* NEWS: Clarify _TIME_BITS change.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Jun 2021 04:12:19 +0000 (21:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Jun 2021 04:12:19 +0000 (21:12 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 48d77d706fc508c9e751c63b2397a6e91854190e..b24ebf9898676b830edc5af284b22004b99ac9be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,7 +34,9 @@ Major new features:
 * On powerpc64*, glibc can now be compiled without scv support using the
   --disable-scv configure option.
 
-* Add support for 64-bit time_t for ABIs with defaults currently unchanged.
+* Add support for 64-bit time_t on configurations like x86 where time_t
+  is traditionally 32-bit.  Although time_t still defaults to 32-bit on
+  these configurations, this default may change in future versions.
   This is enabled with the _TIME_BITS preprocessor set to 64 and only
   supported when LFS (_FILE_OFFSET_BITS=64) is also enabled.  It is only
   enabled for Linux and the full support requires a minimum version of 5.1.