about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcsncpy-evex.S
blob: 2debb8fd6bd9eaf3846bc7654464a2afa6813cb9 (plain) (blame)
1
2
3
4
5
6
7
#ifndef WCSNCPY
# define WCSNCPY	__wcsncpy_evex
#endif

#define USE_AS_WCSCPY
#define STRNCPY	WCSNCPY
#include "strncpy-evex.S"