about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/x86_64/stpcpy.S
blob: ec23de14163dd067ba55955b69ac7f43232d466f (plain) (blame)
1
2
3
4
5
6
7
8
#define USE_AS_STPCPY
#define STRCPY __stpcpy

#include <sysdeps/x86_64/strcpy.S>

weak_alias (__stpcpy, stpcpy)
libc_hidden_def (__stpcpy)
libc_hidden_builtin_def (stpcpy)