summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/stpcpy.S
blob: ee81ab6ae3dd4917052c8867f8eb47ac5c8866cd (plain)
1
2
3
4
5
6
7
8
9
/* Multiple versions of stpcpy
   All versions must be listed in ifunc-impl-list.c.  */
#define USE_AS_STPCPY
#define STRCPY __stpcpy
#include "strcpy.S"

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