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

#ifdef SHARED
	.globl __GI_strcpy
	.hidden __GI_strcpy
	__GI_strcpy = __strcpy_i586
#endif