This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Accelerating Y2038 glibc fixes


On Tue, 30 Jul 2019, Lukasz Majewski wrote:

> > There is at least one case you didn't list (or a variant of case 5
> > that's different as far as glibc's concerned but not as far as the
> > kernel's concerned): new glibc ports for ILP32 ABIs where the oldest
> > kernel version supported is older than 5.1, should we wish for any
> > such port to support only 64-bit time and not 32-bit time (so
> > __TIMESIZE == 64, __WORDSIZE == 64, __SYSCALL_WORDSIZE == 64) - and
>                     ^^^^^^^^^^^^^^^^ - shouldn't be WORDSIZE == 32 ?

Sorry, yes - __WORDSIZE == 32 and __SYSCALL_WORDSIZE == 32.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]