configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
[glibc.git] / sysdeps / x86_64 / multiarch / stpcpy-sse2.S
blobfcd67cada296ec182c101659a670066f8eb465a8
1 #ifndef STPCPY
2 # define STPCPY __stpcpy_sse2
3 #endif
5 #define USE_AS_STPCPY
6 #define STRCPY  STPCPY
7 #include "strcpy-sse2.S"