about summary refs log tree commit diff
path: root/sysdeps/i386/i586/multiarch/stpcpy-i586.S
blob: ad942bf568b0853743419081a6df2f2a5f95c24c (plain) (blame)
1
2
3
4
5
6
7
#include <sysdeps/i386/multiarch/stpcpy-i586.S>

#ifdef SHARED
	.globl __GI_stpcpy
	.hidden __GI_stpcpy
	__GI_stpcpy = __stpcpy_i586
#endif