This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6815a33 resolv: Remove unsupported hook functions from the API [BZ #20016] new 5b17fd0 Add <stdint.h> integer width 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: ChangeLog | 45 +++++++++++ NEWS | 11 ++- manual/arith.texi | 4 +- manual/lang.texi | 32 ++++++++ stdlib/Makefile | 3 +- stdlib/tst-width-stdint.c | 185 ++++++++++++++++++++++++++++++++++++++++++++++ sysdeps/generic/stdint.h | 46 +++++++++++- 7 files changed, 322 insertions(+), 4 deletions(-) create mode 100644 stdlib/tst-width-stdint.c