This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from fb1905eed8 aarch64: Fix sys/ptrace.h if linux headers are included adds 25251c0707 S390: Add new hwcap values. adds 2323a34260 tst: Provide test for sched_rr_get_interval adds 0ca1a95d3b tst: Provide test for ctime adds 13c0b30b24 tst: Provide test for difftime adds 7b15dabfdd tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
No new revisions were added by this update.
Summary of changes: posix/Makefile | 2 +- .../tst-sched_rr_get_interval.c | 42 ++++---- sysdeps/s390/dl-procinfo.c | 5 +- sysdeps/s390/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 2 + time/Makefile | 2 +- .../sysv/linux/tst-ppoll.c => time/tst-ctime.c | 56 +++++------ .../sysv/linux/tst-ppoll.c => time/tst-difftime.c | 48 ++++----- time/tst-mktime4.c | 109 +++++++++++++++++++++ 9 files changed, 190 insertions(+), 80 deletions(-) copy elf/tst-prelink-cmp.c => posix/tst-sched_rr_get_interval.c (58%) copy sysdeps/unix/sysv/linux/tst-ppoll.c => time/tst-ctime.c (52%) copy sysdeps/unix/sysv/linux/tst-ppoll.c => time/tst-difftime.c (50%) create mode 100644 time/tst-mktime4.c