about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/wcscmp-i386.c
blob: 538a8237af2272932f5a026f994341c71aa2d645 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <wchar.h>

#define WCSCMP __wcscmp_i386
#ifdef SHARED
# undef libc_hidden_def
# define libc_hidden_def(name) \
  __hidden_ver1 (__wcscmp_i386, __GI___wcscmp, __wcscmp_i386);
#endif
#undef weak_alias
#define weak_alias(name, alias)

extern __typeof (wcscmp) __wcscmp_i386;

#include "wcsmbs/wcscmp.c"