This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 80b2bfb535 Benchmark strstr hard needles adds 5e0a7ecb66 Improve performance of strstr adds 680942b016 Improve performance of memmem adds 4e75c2a43b <sys/cdefs.h>: Add __glibc_has_include macro adds 5dad6ffbb2 <sys/stat.h>: Use Linux UAPI header for statx if available a [...] adds 744e829637 Linux: Deprecate <sys/sysctl.h> and sysctl adds cfa611447b libio: freopen of default streams crashes in old programs [B [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 53 +++++++ NEWS | 5 + .../bits/statx-generic.h | 3 +- include/bits/types/struct_statx.h | 1 + include/bits/types/struct_statx_timestamp.h | 1 + include/sys/sysctl.h | 10 -- io/Makefile | 4 +- io/bits/statx-generic.h | 60 ++++++++ io/bits/statx.h | 73 +-------- io/bits/{statx.h => types/struct_statx.h} | 46 +----- .../bits/types/struct_statx_timestamp.h | 25 ++-- io/statx_generic.c | 11 +- libio/freopen.c | 2 +- libio/libioP.h | 5 + misc/sys/cdefs.h | 6 + scripts/check-installed-headers.sh | 24 +-- string/memmem.c | 127 ++++++++++------ string/str-two-way.h | 9 +- string/strstr.c | 165 +++++++++++++++------ .../unix/sysv/linux/bits/statx.h | 26 ++-- sysdeps/unix/sysv/linux/sys/sysctl.h | 5 +- sysdeps/unix/sysv/linux/sysctl.c | 4 +- 22 files changed, 396 insertions(+), 269 deletions(-) copy sysdeps/ieee754/float128/e_lgammaf128_r.c => include/bits/statx-generic.h (52%) create mode 100644 include/bits/types/struct_statx.h create mode 100644 include/bits/types/struct_statx_timestamp.h create mode 100644 io/bits/statx-generic.h copy io/bits/{statx.h => types/struct_statx.h} (58%) copy nptl/pthread_mutex_conf.h => io/bits/types/struct_statx_timestamp.h (66%) copy nptl/pthread_mutex_conf.h => sysdeps/unix/sysv/linux/bits/statx.h (63%)