]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Inappropriate code style for Intel MPX at posix/fnmatch_loop.c. Fixed.
authorLiubov Dmitrieva <liubov.dmitrieva@intel.com>
Thu, 20 Dec 2012 14:46:38 +0000 (18:46 +0400)
committerLiubov Dmitrieva <ldmitrie@sourceware.org>
Wed, 23 Oct 2013 15:07:36 +0000 (19:07 +0400)
posix/fnmatch_loop.c

index 078b98242e800c1a8d2fbef88fc49b189dd4b093..802eb18665398674f8ba8633d66d7c8090685d62 100644 (file)
@@ -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.  */