summaryrefslogtreecommitdiff
path: root/libc/tzcode/bionic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tzcode/bionic.cpp')
-rw-r--r--libc/tzcode/bionic.cpp4
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 {