commit | af936f16b359c73cd122db18cc9fd00afd0b00d4 | [log] [tgz] |
---|---|---|
author | Tom Giordano <tomgiordano83@gmail.com> | Thu Dec 22 00:44:14 2011 +1100 |
committer | Paul Mongold <pmongold@gmail.com> | Mon Aug 13 23:05:03 2012 -0400 |
tree | f3830845a9418823a0b3d5707fd490f666270a76 | |
parent | 036b0db16c769983a0eb0eff49366e458188b04b [diff] |
timezone: data file should be 32 bit aligned The zoneinfo.dat file is memory mapped and then read as an int array. On some platforms this is causing alignment errors (SIGBUS) because the records are not 32 bit aligned. Change-Id: Ieea8ef07e49ef86d139c52ebfccf4159c0ebd887