about summary refs log tree commit diff
path: root/sysdeps/i386/i586/multiarch/strchr-i386.S
blob: 74850fa4d537b6a773797591ff5b32a8cb41a6ff (plain) (blame)
1
2
3
4
5
6
7
8
#define strchr __strchr_i386
#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/strchr.S>