summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/stpncpy-evex.S
blob: 99ea76a372db063771a419f11fbd393b63271011 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef STPNCPY
# define STPNCPY	__stpncpy_evex
#endif

#define USE_AS_STPCPY
#define USE_AS_STRNCPY
#define STRCPY	STPNCPY
#include "strcpy-evex.S"