glibc/sysdeps/i386/i686/multiarch/strcasestr-c.c

5 lines
187 B
C
Raw Normal View History

2012-10-10 14:48:45 +00:00
/* 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>