This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 0f7b73f2ed htl: Fix conditions for thread list variables new bd0e88f05c support: Add support for running tests in a multi-threaded e [...] new 244c404ae8 malloc: Add threaded variants of single-threaded malloc tests
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: malloc/Makefile | 72 ++++++++++++++++++++++-- support/Makefile | 1 + support/support_test_in_thread_wrapper.c | 96 ++++++++++++++++++++++++++++++++ support/support_test_main.c | 25 +++++++-- support/test-driver.c | 8 +++ support/test-driver.h | 12 ++++ 6 files changed, 202 insertions(+), 12 deletions(-) create mode 100644 support/support_test_in_thread_wrapper.c