This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7c6513082b Fix output of LD_SHOW_AUXV=1. new 711a322a23 Use a proper C tokenizer to implement the obsolete typedefs test. new 29218b265f Move inttypes.h and stdint.h to stdlib.
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 | 17 +- include/inttypes.h | 2 +- include/stdint.h | 1 + posix/bits/types.h | 10 +- posix/sys/types.h | 33 +-- scripts/check-installed-headers.sh | 37 +-- scripts/check-obsolete-constructs.py | 466 +++++++++++++++++++++++++++++++++ {sysdeps/generic => stdlib}/inttypes.h | 0 {sysdeps/generic => stdlib}/stdint.h | 0 10 files changed, 525 insertions(+), 64 deletions(-) create mode 100644 include/stdint.h create mode 100755 scripts/check-obsolete-constructs.py rename {sysdeps/generic => stdlib}/inttypes.h (100%) rename {sysdeps/generic => stdlib}/stdint.h (100%)