summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S
blob: e3eb15d93ac05d93fe34d1ac59bfafe1d73f89fc (plain) (blame)
1
2
3
4
5
6
7
#ifndef STRNCPY
# define STRNCPY	__strncpy_sse2_unaligned
#endif

#define USE_AS_STRNCPY
#define STRCPY	STRNCPY
#include "strcpy-sse2-unaligned.S"