mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
9 lines
212 B
ArmAsm
9 lines
212 B
ArmAsm
/* Multiple versions of stpncpy
|
|
All versions must be listed in ifunc-impl-list.c. */
|
|
#define STRCPY __stpncpy
|
|
#define USE_AS_STPCPY
|
|
#define USE_AS_STRNCPY
|
|
#include "strcpy.S"
|
|
|
|
weak_alias (__stpncpy, stpncpy)
|