From 3134156779108fe8b46e0f4cd60d837572faaa93 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 25 Feb 2012 23:18:39 -0500 Subject: First steps to get conformtest fully working --- include/wchar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wchar.h') diff --git a/include/wchar.h b/include/wchar.h index d2f9e0d166..f927a95fdf 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -1,6 +1,7 @@ #ifndef _WCHAR_H #include +# ifndef _ISOMAC # ifdef _WCHAR_H extern __typeof (wcscasecmp_l) __wcscasecmp_l; @@ -193,6 +194,7 @@ extern size_t __mbsrtowcs_l (wchar_t *dst, const char **src, size_t len, # define mbsinit(state) ((state)->__count == 0) # define __mbsinit(state) ((state)->__count == 0) +# endif # endif #endif -- cgit v1.2.3