This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a194871b13 sys/platform/x86.h: Do not depend on _Bool definition in C++ mode new cfdd9e7aa4 libio: Fix last NULL-as-0 issue in libioP.h new ae5062201d ungetc: Guarantee single char pushback
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: libio/bits/types/struct_FILE.h | 5 +- libio/fileops.c | 7 ++- libio/genops.c | 16 ++++-- libio/libioP.h | 30 ++++++---- libio/oldfileops.c | 5 +- libio/wfileops.c | 3 +- stdio-common/Makefile | 2 + stdio-common/tst-ungetc-nomem.c | 121 ++++++++++++++++++++++++++++++++++++++++ 8 files changed, 166 insertions(+), 23 deletions(-) create mode 100644 stdio-common/tst-ungetc-nomem.c