Define bit_SSE2 and index_SSE2.
[glibc.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)