about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcscat-evex.S
blob: 1d017e4899274ae3a3be377169c0c296930b1b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef WCSCAT
# define WCSCAT	__wcscat_evex
#endif

#define USE_AS_WCSCPY
#define USE_AS_STRCAT

#define STRCPY	WCSCAT
#include "strcpy-evex.S"