mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
8 lines
128 B
ArmAsm
8 lines
128 B
ArmAsm
|
#ifndef WCSNCPY
|
||
|
# define WCSNCPY __wcsncpy_evex
|
||
|
#endif
|
||
|
|
||
|
#define USE_AS_WCSCPY
|
||
|
#define STRNCPY WCSNCPY
|
||
|
#include "strncpy-evex.S"
|