diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2021-06-24 21:12:19 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2021-06-24 21:12:19 -0700 |
commit | ac3babc3944ee6b37bcd0dabaa0b778fb942d4aa (patch) | |
tree | f185a205599b051a2b44b90819b1e38c55be3d0f /NEWS | |
parent | 08cbcd4dbc686bb38ec3093aff2f919fbff5ec17 (diff) | |
download | glibc-ac3babc3944ee6b37bcd0dabaa0b778fb942d4aa.zip glibc-ac3babc3944ee6b37bcd0dabaa0b778fb942d4aa.tar.gz glibc-ac3babc3944ee6b37bcd0dabaa0b778fb942d4aa.tar.bz2 |
* NEWS: Clarify _TIME_BITS change.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |