From 8a68f5392b93581c55ed32cc3594247b9f7bc6b5 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 25 Dec 2013 01:52:43 +0100 Subject: [PATCH] We don't have wcscasecmp_l() and wcsncasecmp_l(), so #if 0 prototypes. --- include/xlocale/_wchar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/xlocale/_wchar.h b/include/xlocale/_wchar.h index d96c0dc7de..fcc1400d5e 100644 --- a/include/xlocale/_wchar.h +++ b/include/xlocale/_wchar.h @@ -36,10 +36,12 @@ typedef struct _xlocale *locale_t; #ifndef _XLOCALE_WCHAR1_H #define _XLOCALE_WCHAR1_H +#if 0 /* not implemented */ int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t); int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t); +#endif int wcscoll_l(const wchar_t *, const wchar_t *, locale_t); size_t wcsxfrm_l(wchar_t * __restrict, const wchar_t * __restrict, size_t, locale_t); -- 2.41.0