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-aarch64-build_cross in repository toolchain/ci/glibc.
from 756c306502 S390: Sync HWCAP names with kernel by adding aliases [BZ #25971] new 02c91eb611 linux: Add helper function to optimize 64-bit time_t fallbac [...] new 4f7092348d linux: Simplify clock_adjtime new d9310f33fc linux: Simplify clock_gettime new 55399535c1 linux: Simplify clock_nanosleep new ff6228d5c6 linux: Simplify clock_settime new 1e03b6d828 linux: Simplify mq_timedreceive new 85077eaa54 linux: Simplify mq_timedsend new 3feb53bab0 linux: Simplify ppoll new fd31691c67 linux: Simplify sched_rr_get_interval new 70746a06c2 linux: Simplify timer_gettime new 278498a1c0 linux: Simplify timerfd_settime new f032f3af2c linux: Simplify utimensat
The 12 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: sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/clock_adjtime.c | 23 ++++--- sysdeps/unix/sysv/linux/clock_gettime.c | 42 ++++++------- sysdeps/unix/sysv/linux/clock_nanosleep.c | 33 ++++------ sysdeps/unix/sysv/linux/clock_settime.c | 18 +++--- sysdeps/unix/sysv/linux/mq_timedreceive.c | 18 +++--- sysdeps/unix/sysv/linux/mq_timedsend.c | 14 ++--- sysdeps/unix/sysv/linux/ppoll.c | 21 ++++--- sysdeps/unix/sysv/linux/sched_rr_gi.c | 20 +++---- .../unix/sysv/linux/time64-support.c | 12 ++-- sysdeps/unix/sysv/linux/time64-support.h | 70 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/timer_gettime.c | 20 +++---- sysdeps/unix/sysv/linux/timerfd_settime.c | 23 +++---- sysdeps/unix/sysv/linux/utimensat.c | 23 ++++--- 14 files changed, 185 insertions(+), 155 deletions(-) copy string/strerrorname_np.c => sysdeps/unix/sysv/linux/time64-support.c (84%) create mode 100644 sysdeps/unix/sysv/linux/time64-support.h