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

#include "multiarch/stpcpy-sse2.S"

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