about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcscpy-evex.S
blob: 1069a8e2247d40a6737a892f243dc83344540458 (plain) (blame)
1
2
3
4
5
6
7
#ifndef WCSCPY
# define WCSCPY	__wcscpy_evex
#endif

#define USE_AS_WCSCPY
#define STRCPY	WCSCPY
#include "strcpy-evex.S"