about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strcmp-i386.c
blob: f3b045a4773422c06252e1cd4049d727d3f88e3e (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifdef SHARED
# include <init-arch.h>
# define STRCMP __strcmp_i386
# undef libc_hidden_builtin_def
# define libc_hidden_builtin_def(name)  \
    __hidden_ver1 (__strcmp_i386, __GI_strcmp, __strcmp_i386);
#endif

#include "string/strcmp.c"