1#define USE_AS_STPCPY
2#define STRCPY __stpcpy
3
4#include <sysdeps/x86_64/strcpy.S>
5
6weak_alias (__stpcpy, stpcpy)
7libc_hidden_def (__stpcpy)
8libc_hidden_builtin_def (stpcpy)
9