This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 25251c0707 S390: Add new hwcap values. new 2323a34260 tst: Provide test for sched_rr_get_interval new 0ca1a95d3b tst: Provide test for ctime new 13c0b30b24 tst: Provide test for difftime new 7b15dabfdd tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
The 4 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: posix/Makefile | 2 +- .../tst-sched_rr_get_interval.c | 42 ++++---- 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 +++++++++++++++++++++ 6 files changed, 182 insertions(+), 77 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