diff options
author | Neil Fuller <nfuller@google.com> | 2020-05-21 14:53:58 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2020-05-21 14:59:19 +0100 |
commit | 2b76a94c6883bca5aa117f4a882c2b53e0b40e2e (patch) | |
tree | 04b331df3d57c805bd9cb3c19fc8b778aeb8ad4d /libc/stdio/stdio.cpp | |
parent | 867b46a2ca6d8ebd9477878ce55c81de020b74cd (diff) |
Track name changes in the tzdata format
The tzdata format has changed:
Firstly, there is now a "final_offset", which serves as a pointer to the
beginning of the section after the last known section. The pointer means
that file size is no longer a factor when reading the last section and
new sections could be added to the end of the file in future in a
backwards compatible way.
Secondly, since nothing uses zone.tab on Android it is being removed and
the zonetab_offset is replaced by final_offset.
The net effect for bionic is zero besides some comment / name changes.
Test: build only
Change-Id: Ia315083879c891f2d3fc84cf48e304c323ca89f2
Diffstat (limited to 'libc/stdio/stdio.cpp')
0 files changed, 0 insertions, 0 deletions