This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 3fd794264e support: fix build failure due to lack of stdbool.h new 480660e270 support: Add support_accept_oom to heuristically support OOM errors new 855a67c3cc stdlib: Use support_accept_oom in test-bz22786
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: stdlib/test-bz22786.c | 5 +- support/Makefile | 1 + support/check.h | 4 +- support/support.h | 9 +++ support/support_record_failure.c | 36 ++++++++++++ support/support_test_main.c | 19 +++++++ support/tst-support_accept_oom.c | 115 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 187 insertions(+), 2 deletions(-) create mode 100644 support/tst-support_accept_oom.c