This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-arm-spec2k6-Oz in repository toolchain/ci/glibc.
from c1b68685d4 Linux: Define MMAP_CALL_INTERNAL adds eff158b75d hurd spawni: Fix reauthenticating closed fds adds d62a70fda8 adjtimex/adjtimex64: Use __nonnull to avoid null pointer adds 6a9786b8ec ntp_xxxtimex: Use __nonnull to avoid null pointer adds ed2ddeffa5 clock_adjtime: Use __nonnull to avoid null pointer adds cf73acb596 clock_settime/clock_gettime: Use __nonnull to avoid null pointer adds 050cc5f7c1 benchtests: Add wcrtomb microbenchmark adds 71e2a681f1 linux: Fix posix_spawn return code if clone fails (BZ#29109)
No new revisions were added by this update.
Summary of changes: benchtests/Makefile | 1 + benchtests/bench-wcrtomb.c | 139 ++++++++++++++++++++++++++++ include/time.h | 4 +- sysdeps/mach/hurd/spawni.c | 2 +- sysdeps/unix/sysv/linux/bits/time.h | 4 +- sysdeps/unix/sysv/linux/include/sys/timex.h | 10 +- sysdeps/unix/sysv/linux/spawni.c | 2 +- sysdeps/unix/sysv/linux/sys/timex.h | 16 ++-- time/time.h | 11 ++- 9 files changed, 166 insertions(+), 23 deletions(-) create mode 100644 benchtests/bench-wcrtomb.c