This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e0f3bf10ac Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr new e3db0a699c misc: FUSE-based tests for mkstemp new 455c762283 support: Fix memory leaks in FUSE tests new 366cce74d2 support: Add valgrind instructions to <support/fuse.h>
The 3 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: misc/Makefile | 6 ++ misc/tst-mkstemp-fuse-parallel.c | 219 +++++++++++++++++++++++++++++++++++++++ misc/tst-mkstemp-fuse.c | 197 +++++++++++++++++++++++++++++++++++ support/fuse.h | 6 +- support/support_fuse.c | 1 + support/tst-support_fuse.c | 1 + 6 files changed, 428 insertions(+), 2 deletions(-) create mode 100644 misc/tst-mkstemp-fuse-parallel.c create mode 100644 misc/tst-mkstemp-fuse.c