From f36742ee7f5b437cc12bf4edcc8ee6b21c0d82dd Mon Sep 17 00:00:00 2001 From: Liubov Dmitrieva Date: Thu, 20 Dec 2012 18:46:38 +0400 Subject: [PATCH] Inappropriate code style for Intel MPX at posix/fnmatch_loop.c. Fixed. --- posix/fnmatch_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix/fnmatch_loop.c b/posix/fnmatch_loop.c index 078b98242e8..802eb186653 100644 --- a/posix/fnmatch_loop.c +++ b/posix/fnmatch_loop.c @@ -313,7 +313,7 @@ FCT (pattern, string, string_end, no_leading_period, flags, ends, alloca_used) /* Invalid character class name. */ return FNM_NOMATCH; -# if defined _LIBC && ! WIDE_CHAR_VERSION +# if defined _LIBC && ! WIDE_CHAR_VERSION && !defined __CHKP__ /* The following code is glibc specific but does there a good job in speeding up the code since we can avoid the btowc() call. */ -- 2.47.2