Re: [PATCH 0/2] linux: Keep time64 stat layout independent of feature macros

Adhemerval Zanella Netto <[email protected]> Wed, 5 Aug 2026 16:45:19 -0300
Newsgroups gmane.comp.lib.glibc.alpha
Organization Linaro
Message-ID <[email protected]>

On 05/08/26 16:44, Adhemerval Zanella Netto wrote:
> 
> 
> On 05/08/26 15:45, Matthias Goergens wrote:
>> Hi Adhemerval,
>>
>> Thanks for taking this up.  The squash in ecf95727a787 looks right to
>> me: the struct_stat_time64_helper.h changes match the series (the
>> endian include, plus dropping the two trailing reserved words), and
>> the __fieldts macro in bits/struct_stat.h covers the arc/or1k
>> alignment case we had not modelled.  Moving the test to a
>> glibcextract-based script is a clear improvement — it runs in
>> cross-compilation where our io/ tests could not.
>>
>> One clarification: you wrote "we will need to fix it along with
>> BZ#34466" — I assume you meant BZ#32119 (this bug).  BZ#34466 is my
>> other, unrelated patch (POSIX.1-2024 string declarations), still
>> awaiting review.
> 
> Oops, indeed. I was reading you BZ#34466 patch and mixed up things.
And for BZ#34466, I am checking to finally implement the POSIX 2024
support on conform and track down the remaining/missing support to
fully support it.