mirror of git://sourceware.org/git/glibc.git
10 lines
145 B
ArmAsm
10 lines
145 B
ArmAsm
|
|
#ifndef WCSCAT
|
||
|
|
# define WCSCAT __wcscat_evex
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#define USE_AS_WCSCPY
|
||
|
|
#define USE_AS_STRCAT
|
||
|
|
|
||
|
|
#define STRCPY WCSCAT
|
||
|
|
#include "strcpy-evex.S"
|