mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-26 20:51:11 +00: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"
|