about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcpcpy-evex.S
blob: ac6429cc071c3d47b0cf243c0d74b3c2bbd01191 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WCPCPY
# define WCPCPY	__wcpcpy_evex
#endif

#define USE_AS_STPCPY
#define USE_AS_WCSCPY
#define STRCPY	WCPCPY
#include "strcpy-evex.S"