This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 29803ed3ce math: Fix `unknown type name '__float128'` for clang 3.4 to [...] new fa53723cdb support: Add support_next_to_fault_before support function new 8a46bf41e5 posix: Rewrite cpuset 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: posix/Makefile | 3 +- posix/tst-cpuset-dynamic.c | 63 +++++++++++++++++++++++ posix/tst-cpuset-skeleton.c | 123 ++++++++++++++++++++++++++++++++++++++++++++ posix/tst-cpuset-static.c | 61 ++++++++++++++++++++++ posix/tst-cpuset.c | 82 ----------------------------- support/next_to_fault.c | 44 ++++++++++++---- support/next_to_fault.h | 5 ++ 7 files changed, 288 insertions(+), 93 deletions(-) create mode 100644 posix/tst-cpuset-dynamic.c create mode 100644 posix/tst-cpuset-skeleton.c create mode 100644 posix/tst-cpuset-static.c delete mode 100644 posix/tst-cpuset.c