Re: [PATCH] alpha: Use the generic nscd_ssize_t
Magnus Lindholm <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <CA+=Fv5S-19j2riCn=OZy7ydfr+5jOrP0rJtg+t2oHbp9duS_iA@mail.gmail.com> |
On Mon, Aug 10, 2026 at 3:12 PM Florian Weimer <[email protected]> wrote: > > I think this was a performance optimization for the original Alpha, > which only had 64-bit atomics. > > Would you be able to send a v2 that deletes sysdeps/generic/nscd-types.h > and merges into nscd/nscd-client.h? > Done, v2 deletes both headers and defines nscd_ssize_t in nscd/nscd-client.h next to the wire format it describes. nscd/tst-nscd-basic still passes on alpha. Posted separately.