On Wed, 22 Feb 2017, Albert ARIBAUD wrote: > - this leaves the case of a 64-bit architecture kernel providing a > 32-bit ABI to 32-bit code. I am not planning on supporting such a > scenario.
There are several such ABIs (ILP32 ABI for a 64-bit architecture) already supported in glibc, e.g. MIPS n32, and all of them that don't already have support for 64-bit time_t will need to have it added. -- Joseph S. Myers [email protected] _______________________________________________ Y2038 mailing list [email protected] https://lists.linaro.org/mailman/listinfo/y2038
