Define old CPU_* macros in temers of __CPU_*_S macros. Define CPU_*_S macros.
[glibc/pb-stable.git] / sysdeps / x86_64 / stpcpy.S
blobec23de14163dd067ba55955b69ac7f43232d466f
1 #define USE_AS_STPCPY
2 #define STRCPY __stpcpy
4 #include <sysdeps/x86_64/strcpy.S>
6 weak_alias (__stpcpy, stpcpy)
7 libc_hidden_def (__stpcpy)
8 libc_hidden_builtin_def (stpcpy)