about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcscpy-c.c
blob: f27c0691981818bee45524c735a4fe383f8d9548 (plain) (blame)
1
2
3
4
5
#ifndef NOT_IN_libc
# define wcscpy  __wcscpy_sse2
#endif

#include "wcsmbs/wcscpy.c"