about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strpbrk-i386.S
blob: 94e91339f231193ef0caec3574e44559ec1595b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef SHARED
# define strpbrk __strpbrk_i386
# undef libc_hidden_builtin_def
# define libc_hidden_builtin_def(name)
#endif

#include <sysdeps/i386/strpbrk.S>

#ifdef SHARED
	.globl __GI_strpbrk
	.hidden __GI_strpbrk
	__GI_strpbrk = __strpbrk_i386
#endif