mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
8 lines
140 B
ArmAsm
8 lines
140 B
ArmAsm
|
#define USE_AS_STPCPY
|
||
|
#define STRCPY __stpcpy
|
||
|
|
||
|
#include <sysdeps/x86_64/strcpy.S>
|
||
|
|
||
|
weak_alias (__stpcpy, stpcpy)
|
||
|
libc_hidden_def (__stpcpy)
|