mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 01:40:07 +00:00
7 lines
123 B
ArmAsm
7 lines
123 B
ArmAsm
|
#define STRCPY __stpncpy
|
||
|
#define USE_AS_STPCPY
|
||
|
#define USE_AS_STRNCPY
|
||
|
#include "strcpy.S"
|
||
|
|
||
|
weak_alias (__stpncpy, stpncpy)
|