blob: 9592455d0d4dc790d632f2a7302a50397185e4bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NOT_IN_libc
# define WCSCMP __wcscmp_ia32
# undef libc_hidden_def
# define libc_hidden_def(name) \
__hidden_ver1 (__wcscmp_ia32, __GI_wcscmp, __wcscmp_ia32);
#endif
#include "wcsmbs/wcscmp.c"
|