From: Liubov Dmitrieva Date: Thu, 20 Dec 2012 14:46:38 +0000 (+0400) Subject: Inappropriate code style for Intel MPX at posix/fnmatch_loop.c. Fixed. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36742ee7f5b437cc12bf4edcc8ee6b21c0d82dd;p=thirdparty%2Fglibc.git Inappropriate code style for Intel MPX at posix/fnmatch_loop.c. Fixed. --- 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. */