diff options
Diffstat (limited to 'libc/string/wstring.c')
-rw-r--r-- | libc/string/wstring.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/wstring.c b/libc/string/wstring.c index e649a5607..9661893d5 100644 --- a/libc/string/wstring.c +++ b/libc/string/wstring.c @@ -637,10 +637,8 @@ int Wmemcmp(const Wvoid *s1, const Wvoid *s2, size_t n) #ifdef __LOCALE_C_ONLY #ifdef L_wcscmp -link_warning(wcscmp,"the 'wcscmp' function supports only C|POSIX locales") weak_alias(wcscmp,wcscoll); #else /* L_wcscmp */ -link_warning(strcmp,"the 'strcmp' function supports only C|POSIX locales") weak_alias(strcmp,strcoll); #endif /* L_wcscmp */ #endif /* __LOCALE_C_ONLY */ |