This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 756c306502 S390: Sync HWCAP names with kernel by adding aliases [BZ #25971] adds 02c91eb611 linux: Add helper function to optimize 64-bit time_t fallbac [...] adds 4f7092348d linux: Simplify clock_adjtime adds d9310f33fc linux: Simplify clock_gettime adds 55399535c1 linux: Simplify clock_nanosleep adds ff6228d5c6 linux: Simplify clock_settime adds 1e03b6d828 linux: Simplify mq_timedreceive adds 85077eaa54 linux: Simplify mq_timedsend adds 3feb53bab0 linux: Simplify ppoll adds fd31691c67 linux: Simplify sched_rr_get_interval adds 70746a06c2 linux: Simplify timer_gettime adds 278498a1c0 linux: Simplify timerfd_settime adds f032f3af2c linux: Simplify utimensat new 5df6ebcf44 string: test strncasecmp and strncpy near page boundaries
The 1 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: string/test-strncasecmp.c | 43 +++++++++++++ string/test-strncpy.c | 35 +++++++++++ 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 ++++--- 16 files changed, 263 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