mirror of git://sourceware.org/git/glibc.git
Fix loongarch stpcpy on loader
This commit is contained in:
parent
73f106d247
commit
195eaa59ae
|
@ -0,0 +1,3 @@
|
|||
#define USE_AS_STPCPY
|
||||
#define STRCPY stpcpy
|
||||
#include "strcpy-aligned.S"
|
Loading…
Reference in New Issue