mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-06 12:00:24 +08:00
11 lines
206 B
C
11 lines
206 B
C
|
#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"
|