glibc/sysdeps/x86_64/multiarch/wcpcpy-evex.S

9 lines
144 B
ArmAsm

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