diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-06-25 16:51:17 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-06-25 16:51:17 +0000 |
commit | 0828edbfd682a4849a311722b6aee24f812a6bc3 (patch) | |
tree | b7124c09855149a8691e352f29a44ca2e13c35ce /timezone/tzfile.h | |
parent | a4ccbc9b243926a9904624b387fb18583c3d4d4d (diff) | |
download | glibc-0828edbfd682a4849a311722b6aee24f812a6bc3.tar.gz glibc-0828edbfd682a4849a311722b6aee24f812a6bc3.tar.xz glibc-0828edbfd682a4849a311722b6aee24f812a6bc3.zip |
Update timezone code from tzcode 2014e.
This patch updates the timezone code from tzcode 2014e (the previous version used was 2013i). Tested x86_64. * timezone/checktab.awk: Update from tzcode 2014e. * timezone/private.h: Likewise. * timezone/tzfile.h: Likewise. * timezone/zdump.c: Likewise. * timezone/zic.c: Likewise.
Diffstat (limited to 'timezone/tzfile.h')
-rw-r--r-- | timezone/tzfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/tzfile.h b/timezone/tzfile.h index 529650dd8a..911130eb93 100644 --- a/timezone/tzfile.h +++ b/timezone/tzfile.h @@ -97,7 +97,7 @@ struct tzhead { */ #ifndef TZ_MAX_TIMES -#define TZ_MAX_TIMES 1200 +#define TZ_MAX_TIMES 2000 #endif /* !defined TZ_MAX_TIMES */ #ifndef TZ_MAX_TYPES |