mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 01:00:07 +00:00
e5446dfea1
commit c22eb807b0
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
i386 files breaking the i386 build. This commit fixes that.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
3 lines
92 B
C
3 lines
92 B
C
#define __strpbrk_generic __strpbrk_ia32
|
|
#include <sysdeps/x86_64/multiarch/strpbrk-sse4.c>
|