[PATCH 1/3] io: Consolidate fts implementation
Adhemerval Zanella
adhemerval.zanella@linaro.org
Tue Apr 21 16:57:00 GMT 2026
> Em 21 de abr. de 2026, à(s) 13:02, Joseph Myers <josmyers@redhat.com> escreveu:
>
> On Fri, 17 Apr 2026, Adhemerval Zanella wrote:
>
>> Remove wordsize-64 and arch-specific implementations, for ABIs when
>> off_t is the same as off64_t (__OFF_T_MATCHES_OFF64_T) the fts64.c
>> will create the requires aliases.
>
> Doesn't the fts ABI involve struct stat as well as off_t? That is, is
> this safe for MIPS n64 where struct stat and struct stat64 are different?
> (Likewise for ftw.)
Right, I will check out if there is any changes for such ABIs. I did run io tests on mips n32, but I did not check for n64.
More information about the Libc-alpha
mailing list