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

#define USE_AS_STPCPY
#define STRNCPY	STPNCPY
#include "strncpy-evex.S"