]> git.ipfire.org Git - thirdparty/glibc.git/commit
posix: Fix fnmatch.c on bootstrap
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 20 Jan 2021 16:07:59 +0000 (16:07 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 20 Jan 2021 16:23:33 +0000 (13:23 -0300)
commitd7ee6bd8c217a4deb756739039fa9c165d26ec43
tree8d7966733f2eeb8e0df2ec4dedeb21b6f87c10fb
parent961d7cff51332b7b4ed98d4530a98f73355dda4b
posix: Fix fnmatch.c on bootstrap

Only define FALLTHROUGH for _LIBC and do not check __clang_major__
value.

It partially syncs with gnulib 5c52f00c69f39fe.

Checked with build-many-glibcs.py for aarch64-linux-gnu.
posix/fnmatch.c