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

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

weak_alias (__stpcpy, stpcpy)
libc_hidden_def (__stpcpy)