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

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