about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcscpy-c.c
blob: 26d6984e9b5caac8a9d0b36b8fa149006e5f530c (plain) (blame)
1
2
3
4
5
#if IS_IN (libc)
# define WCSCPY  __wcscpy_sse2
#endif

#include <wcsmbs/wcscpy.c>