mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 00:00:06 +00:00
8 lines
143 B
ArmAsm
8 lines
143 B
ArmAsm
#define USE_AS_STPCPY
|
|
#define STRCPY __stpcpy
|
|
|
|
#include <sysdeps/i386/i586/strcpy.S>
|
|
|
|
weak_alias (__stpcpy, stpcpy)
|
|
libc_hidden_def (__stpcpy)
|