mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 10:21:05 +00:00
5 lines
187 B
C
5 lines
187 B
C
/* Multiple versions of strcasestr
|
|
All versions must be listed in ifunc-impl-list.c. */
|
|
#define __strcasestr_sse2 __strcasestr_ia32
|
|
#include <sysdeps/x86_64/multiarch/strcasestr-c.c>
|