This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from f380868f6d Remove _ISOMAC check from <cpu-features.h> adds 13adfa34af hurd: Try shell in posix_spawn* only in compat mode adds a39b95b975 hurd: Fix spawni SPAWN_XFLAGS_TRY_SHELL with empty argv adds e42efa01c9 hurd: set sigaction for signal preemptors in arch-independent file adds f9c3cf2864 support: Make support_process_state_wait wait less adds f6abd97028 hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091] adds 016c64236d hurd: Accept including hurd/version.h adds 69fda43b8d free: preserve errno [BZ#17924]
No new revisions were added by this update.
Summary of changes: bits/waitflags.h | 8 +++ conform/data/sys/wait.h-data | 12 ++-- hurd/hurd/signal.h | 3 +- hurd/hurdsig.c | 22 ++++-- malloc/Makefile | 1 + malloc/malloc.c | 13 ++-- malloc/tst-free-errno.c | 131 ++++++++++++++++++++++++++++++++++++ manual/memory.texi | 9 +++ scripts/check-local-headers.sh | 2 +- support/support_process_state.c | 2 +- sysdeps/mach/hurd/i386/trampoline.c | 17 +---- sysdeps/mach/hurd/spawni.c | 8 ++- sysdeps/mach/hurd/waitid.c | 40 ++++++++--- 13 files changed, 221 insertions(+), 47 deletions(-) create mode 100644 malloc/tst-free-errno.c