This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.29/master in repository glibc.
from 95d66fecaa Fix tcache count maximum (BZ #24531) new bd0a325b6a malloc: Fix warnings in tests with GCC 9 new 2ec0b166bf Use a proper C tokenizer to implement the obsolete typedefs test.
The 2 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: ChangeLog | 23 ++ Rules | 5 +- malloc/tst-malloc-too-large.c | 39 +++ malloc/tst-memalign.c | 10 + posix/bits/types.h | 10 +- posix/sys/types.h | 33 +-- scripts/check-installed-headers.sh | 37 +-- scripts/check-obsolete-constructs.py | 466 +++++++++++++++++++++++++++++++++++ 8 files changed, 560 insertions(+), 63 deletions(-) create mode 100755 scripts/check-obsolete-constructs.py