about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strcspn-i386.S
blob: fd8d97b6df81aa0a8d3d55d67b91140d37d692e6 (plain) (blame)
1
2
3
4
5
6
7
8
#define strcspn __strcspn_i386
#undef libc_hidden_builtin_def
#define libc_hidden_builtin_def(name)
#include <sysdeps/i386/strcspn.S>

	.globl __GI_strcspn
	.hidden __GI_strcspn
	__GI_strcspn = __strcspn_i386