This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 64b6813338 Check if linker supports -Wl,--undefined-version new cd748a63ab Implement C23 const-preserving standard library macros
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NEWS | 6 +++ debug/tst-backtrace.h | 2 +- manual/search.texi | 8 ++++ manual/string.texi | 90 ++++++++++++++++++++++++++++++++++++++++++ misc/sys/cdefs.h | 12 ++++++ stdlib/Makefile | 1 + stdlib/stdlib.h | 6 +++ stdlib/tst-const.c | 55 ++++++++++++++++++++++++++ string/Makefile | 1 + string/string.h | 21 ++++++++++ string/test-strnlen.c | 1 + string/tst-const.c | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++ timezone/Makefile | 4 +- wcsmbs/Makefile | 1 + wcsmbs/tst-const.c | 85 +++++++++++++++++++++++++++++++++++++++ wcsmbs/wchar.h | 21 ++++++++++ 16 files changed, 419 insertions(+), 2 deletions(-) create mode 100644 stdlib/tst-const.c create mode 100644 string/tst-const.c create mode 100644 wcsmbs/tst-const.c