Work around old buggy program which cannot cope with memcpy semantics.
[glibc.git] / sysdeps / x86_64 / multiarch / stpcpy.S
blobb63d308edc09866045dd0c1193539182fdff19a0
1 #define USE_AS_STPCPY
2 #define STRCPY __stpcpy
3 #include "strcpy.S"
5 weak_alias (__stpcpy, stpcpy)
6 libc_hidden_def (__stpcpy)
7 libc_hidden_builtin_def (stpcpy)