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

10 lines
151 B
ArmAsm
Raw Normal View History

#ifndef WCSNCAT
# define WCSNCAT __wcsncat_evex
#endif
#define USE_AS_WCSCPY
#define USE_AS_STRCAT
#define STRNCAT WCSNCAT
#include "strncat-evex.S"