commit | 45e877812926c69d643d6274347f79513a4ee934 | [log] [tgz] |
---|---|---|
author | H. J. Lu <hjl.tools@gmail.com> | Fri Feb 10 14:04:27 2012 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Feb 20 12:48:47 2012 -0800 |
tree | d332950dd658596d38e1e30fb88ab2e74f1a7d16 | |
parent | 109a1f32d0d3e23545f0286f2d6e0a80298f629d [diff] |
compat: Introduce COMPAT_USE_64BIT_TIME Allow a compatibility ABI to use a 64-bit time_t and 64-bit members in struct timeval and struct timespec to avoid the Y2038 problem. This will be used for the x32 ABI. Signed-off-by: H. Peter Anvin <hpa@zytor.com>