about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcpncpy-evex.S
blob: 62ddb694fe3bfc73b8be1608dc22e3ac6ce35886 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WCPNCPY
# define WCPNCPY	__wcpncpy_evex
#endif

#define USE_AS_WCSCPY
#define USE_AS_STPCPY
#define STRNCPY	WCPNCPY
#include "strncpy-evex.S"