mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-15 04:20:28 +08:00
Inappropriate code style for Intel MPX at posix/fnmatch_loop.c. Fixed.
This commit is contained in:
parent
144b4bd88e
commit
f36742ee7f
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user