summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strpbrk-c.c
blob: bbf5c49d89282cdcf82afd70f22d5ef0caa5baf1 (plain)
1
2
3
4
5
6
7
8
/* Don't define multiple versions for strpbrk in static library since we
   need strpbrk before the initialization happened.  */
#ifdef SHARED
# define USE_AS_STRPBRK
# define STRCSPN_SSE2 __strpbrk_sse2
# define STRCSPN_SSE42 __strpbrk_sse42
# include "strcspn-c.c"
#endif