summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i586/stpcpy.S
blob: ea24fa709a4f35634ddf5fd06239a79bc0270b57 (plain)
1
2
3
4
5
6
#define USE_AS_STPCPY
#define STRCPY __stpcpy

#include <sysdeps/i386/i586/strcpy.S>

weak_alias (__stpcpy, stpcpy)