[PATCH v1] x86-32: Fix include paths for strspn, strcspn, and strpbrk
Noah Goldstein
goldstein.w.n@gmail.com
Fri Jun 17 16:25:17 GMT 2022
On Fri, Jun 17, 2022 at 9:13 AM Florian Weimer <fweimer@redhat.com> wrote:
>
> * Noah Goldstein via Libc-alpha:
>
> > commit c22eb807b0c8125101f6a274795425be2bbd0386
> > Author: Noah Goldstein <goldstein.w.n@gmail.com>
> > Date: Thu Jun 16 15:07:12 2022 -0700
> >
> > x86: Rename generic functions with unique postfix for clarity
> >
> > Changed the names of the strspn-c, strcspn-c, and strpbrk-c files
> > in a general refactor. It didn't change the include paths for the
> > x86-32 files breaking the x32 build. This commit fixes that.
>
> “i386 build” I think. We generally use x32 for the 32-bit architecture
> with the x86-64 instruction set.
Fixed in V2.
>
> Thanks,
> Florian
>
More information about the Libc-alpha
mailing list