This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-12-13 06:40:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7ea510127e
glibc
/
sysdeps
/
i386
/
i686
/
multiarch
/
strspn-c.c
3 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
i386: Fix include paths for strspn, strcspn, and strpbrk 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 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>
2022-06-17 18:18:32 +00:00
#
define __strspn_generic __strspn_ia32
#
include
<sysdeps/x86_64/multiarch/strspn-sse4.c>
Reference in New Issue
Copy Permalink