about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strchr-i586.S
blob: b4327f4f89c65a180c216e1278fa524ab4358350 (plain) (blame)
1
2
3
4
5
6
7
8
#define strchr __strchr_i586
#undef libc_hidden_builtin_def
#define libc_hidden_builtin_def(name)
#undef libc_hidden_def
#define libc_hidden_def(name)
#undef weak_alias
#define weak_alias(name, aliasname)
#include <sysdeps/i386/i586/strchr.S>