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

#ifdef SHARED
	.globl __GI_strchr
	.hidden __GI_strchr
	__GI_strchr = __strchr_i386
#endif