Re: [PATCH] alpha: Fix fts and fts64 ABI mismatch
Magnus Lindholm <[email protected]> Tue, 4 Aug 2026 20:41:27 +0200
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <CA+=Fv5S0M1iQM4sdetnitzddS3azHAW4sCY1pt7Y=DNS27QMUg@mail.gmail.com> |
On Tue, Aug 4, 2026 at 7:44=E2=80=AFPM Adhemerval Zanella Netto <[email protected]> wrote: > Right, I would also recommend to double-check if this does not break any > other ABI since the code is not generic. I checked all bits/typesizes.h implementations in the current tree. Alpha is the only ABI which defines __OFF_T_MATCHES_OFF64_T without also defining __INO_T_MATCHES_INO64_T. Every other implementation which defines the offset-matching macro also defines the inode-matching macro. Magnus