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/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 319d2a7b60 Add GRND_INSECURE from Linux 5.6 to sys/random.h adds df76ff3a44 x32: Properly pass long to syscall [BZ #25810] adds 2102bec982 hurd: add mach_print function adds 00515ea3a1 linux: wait4: Fix incorrect return value comparison adds c4d4419433 posix: Add wait4 test case
No new revisions were added by this update.
Summary of changes: mach/Versions | 3 + posix/Makefile | 3 +- posix/tst-wait4.c | 209 ++++++++++++++++++++++++++++ sysdeps/mach/hurd/i386/libc.abilist | 1 + sysdeps/unix/sysv/linux/wait4.c | 19 ++- sysdeps/unix/sysv/linux/x86_64/sysdep.h | 15 +- sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h | 16 +++ 7 files changed, 249 insertions(+), 17 deletions(-) create mode 100644 posix/tst-wait4.c