about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcsnlen-evex.S
blob: e2aad94c1e8dd13aacdcfe7880d8f6c4f33fbafb (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef WCSNLEN
# define WCSNLEN	__wcsnlen_evex
#endif

#define STRLEN	WCSNLEN
#define USE_AS_WCSLEN 1
#define USE_AS_STRNLEN 1

#include "strlen-evex.S"