diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-23 02:11:05 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-23 02:11:05 +0000 |
commit | dd534e700dfafab38f04cf92c9bd824f113cf4bd (patch) | |
tree | e9a2fedf55835052b36beaf2fc40a98d2eccc8a5 /libc/tzcode/bionic.cpp | |
parent | 26b816e3ddc4127b2d9e9b282982fa36941246f5 (diff) | |
parent | 708013e81c289b059399502dad55d534b150d742 (diff) |
Snap for 6701932 from 708013e81c289b059399502dad55d534b150d742 to sc-release
Change-Id: I31f961d20b2c644cfe88d8bb0c946524e312b55c
Diffstat (limited to 'libc/tzcode/bionic.cpp')
-rw-r--r-- | libc/tzcode/bionic.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/tzcode/bionic.cpp b/libc/tzcode/bionic.cpp index 182fa893f..e134aaae7 100644 --- a/libc/tzcode/bionic.cpp +++ b/libc/tzcode/bionic.cpp @@ -90,12 +90,12 @@ static char* make_path(const char* path_prefix_variable, // byte[12] tzdata_version -- "tzdata2012f\0" // int index_offset // int data_offset -// int zonetab_offset +// int final_offset struct bionic_tzdata_header_t { char tzdata_version[12]; int32_t index_offset; int32_t data_offset; - int32_t zonetab_offset; + int32_t final_offset; }; static constexpr size_t NAME_LENGTH = 40; struct index_entry_t { |