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

#include <sysdeps/x86_64/strcpy.S>

weak_alias (__stpcpy, stpcpy)
libc_hidden_def (__stpcpy)