glibc/string/bits
Siddhesh Poyarekar 5337b2af4b Remove __warn_memset_zero_len [BZ #25399]
Non-gcc compilers (clang and possibly other compilers that do not
masquerade as gcc 5.0 or later) are unable to use
__warn_memset_zero_len since the symbol is no longer available on
glibc built with gcc 5.0 or later.  While it was likely an oversight
that caused this omission, the fact that it wasn't noticed until
recently (when clang closed the gap on _FORTIFY_SUPPORT) that the
symbol was missing.

Given that both gcc and clang are capable of doing this check in the
compiler, drop all remaining signs of __warn_memset_zero_len from
glibc so that no more objects are built with this symbol in future.

(cherry-picked from dc274b1416)
2020-11-10 20:01:01 +05:30
..
endian.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
string_fortified.h Remove __warn_memset_zero_len [BZ #25399] 2020-11-10 20:01:01 +05:30
strings_fortified.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00