mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
7 lines
116 B
ArmAsm
7 lines
116 B
ArmAsm
#define USE_AS_STPCPY
|
|||
#define STRCPY __stpcpy
|
|||
|
|||
#include <sysdeps/i386/i586/strcpy.S>
|
|||
|
|||
weak_alias (__stpcpy, stpcpy)
|