about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/stpcpy-evex.S
blob: 4f1c0154249061a43abd59b4c6ea871d5910ba2b (plain) (blame)
1
2
3
4
5
6
7
#ifndef STPCPY
# define STPCPY	__stpcpy_evex
#endif

#define USE_AS_STPCPY
#define STRCPY	STPCPY
#include "strcpy-evex.S"