This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os in repository toolchain/ci/glibc.
from 4dcbbc3b28 Require GCC 6.2 or later to build glibc. adds c70824b9a4 manual: Document lack of conformance of sched_* functions [B [...] new ee9941f94e libio: Use stdin consistently for input functions [BZ #24153] new 77c7d55ece time: Use int, not long int, for internal GMT offsets
The 2 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: ChangeLog | 35 ++++++++++ debug/gets_chk.c | 16 ++--- include/time.h | 2 +- libio/Makefile | 2 +- libio/getchar.c | 10 +-- libio/getchar_u.c | 2 +- libio/getwchar.c | 6 +- libio/getwchar_u.c | 2 +- libio/iogets.c | 16 ++--- libio/tst-bz24153.c | 114 +++++++++++++++++++++++++++++++ libio/vscanf.c | 2 +- libio/vwscanf.c | 2 +- manual/resource.texi | 60 +++++++++------- sysdeps/unix/sysv/linux/bits/posix_opt.h | 5 +- time/tzfile.c | 6 +- time/tzset.c | 8 +-- 16 files changed, 224 insertions(+), 64 deletions(-) create mode 100644 libio/tst-bz24153.c