Blame sysdeps/i386/i586/stpcpy.S

Packit Service 82fcde
#define USE_AS_STPCPY
Packit Service 82fcde
#define STRCPY __stpcpy
Packit Service 82fcde
Packit Service 82fcde
#include <sysdeps/i386/i586/strcpy.S>
Packit Service 82fcde
Packit Service 82fcde
weak_alias (__stpcpy, stpcpy)
Packit Service 82fcde
libc_hidden_def (__stpcpy)
Packit Service 82fcde
libc_hidden_builtin_def (stpcpy)