about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcsncpy-evex.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/multiarch/wcsncpy-evex.S')
-rw-r--r--sysdeps/x86_64/multiarch/wcsncpy-evex.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/x86_64/multiarch/wcsncpy-evex.S b/sysdeps/x86_64/multiarch/wcsncpy-evex.S
new file mode 100644
index 0000000000..2debb8fd6b
--- /dev/null
+++ b/sysdeps/x86_64/multiarch/wcsncpy-evex.S
@@ -0,0 +1,7 @@
+#ifndef WCSNCPY
+# define WCSNCPY	__wcsncpy_evex
+#endif
+
+#define USE_AS_WCSCPY
+#define STRNCPY	WCSNCPY
+#include "strncpy-evex.S"