Re: RFD: x32 ABI system call numbers

From: Arnd Bergmann
Date: Wed Aug 31 2011 - 15:19:36 EST


On Wednesday 31 August 2011 09:48:35 Linus Torvalds wrote:
> On Wed, Aug 31, 2011 at 9:39 AM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
> >
> > Well, we could chicken out and just use unsigned int for time_t on new
> > 32 bit ABIs, which would buy us time until ~2106 before we need to
> > convert everything to 64 bit...
>
> You do realize that there are probably quite a lot of programs that
> depend on signed time_t because they really do care about dates before
> 1970?

Yes, it already occurred to me after I had written the above that we
really want it to be signed, especially to allow a meaningful conversion
at least one-way between 32 and 64 bit time_t values.

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/