[PATCH v2 19/25] y2038: Add support for 64 bit time on legacy ABIs
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu May 20 10:37:07 GMT 2021
On 20/05/2021 03:58, Florian Weimer wrote:
> * Adhemerval Zanella via Libc-alpha:
>
>> diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile
>> index da716e2c1b..8d5efb4f65 100644
>> --- a/sysdeps/unix/sysv/linux/i386/Makefile
>> +++ b/sysdeps/unix/sysv/linux/i386/Makefile
>> @@ -1,6 +1,8 @@
>> # The default ABI is 32.
>> default-abi := 32
>>
>> +extra-version := Versions-y2038
>> +
>> ifeq ($(subdir),misc)
>> sysdep_routines += ioperm iopl vm86
>
> Where does this come from?
It is a leftover from development, I will remove it.
More information about the Libc-alpha
mailing list