This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from c4d4419433 posix: Add wait4 test case adds 076f09afba Linux: Remove <sys/sysctl.h> and the sysctl function adds 70dfcd9b6c Fix typo in posix/tst-fnmatch.input (Bug 25790) adds c580e6466d Reset converter state after second wchar_t output (Bug 25734)
No new revisions were added by this update.
Summary of changes: NEWS | 6 +- iconvdata/Makefile | 17 ++- iconvdata/big5hkscs.c | 3 + iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c | 160 +++++++++++++++++++++ include/sys/sysctl.h | 3 - manual/sysinfo.texi | 144 ------------------- posix/tst-fnmatch.input | 2 +- scripts/check-installed-headers.sh | 5 - sysdeps/unix/sysv/linux/Makefile | 8 +- sysdeps/unix/sysv/linux/Versions | 2 + sysdeps/unix/sysv/linux/bits/sysctl.h | 1 - sysdeps/unix/sysv/linux/generic/sysctl.c | 32 ----- .../sysv/linux/microblaze/sysctl.c} | 17 ++- .../sysv/linux/powerpc/powerpc64/le/sysctl.c} | 17 ++- sysdeps/unix/sysv/linux/sys/sysctl.h | 76 ---------- sysdeps/unix/sysv/linux/sysctl.c | 35 ++--- sysdeps/unix/sysv/linux/sysctl.mk | 3 - sysdeps/unix/sysv/linux/x86/bits/sysctl.h | 20 --- sysdeps/unix/sysv/linux/x86_64/x32/sysctl.c | 2 + sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk | 1 - 20 files changed, 220 insertions(+), 334 deletions(-) create mode 100644 iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c delete mode 100644 include/sys/sysctl.h delete mode 100644 sysdeps/unix/sysv/linux/bits/sysctl.h delete mode 100644 sysdeps/unix/sysv/linux/generic/sysctl.c copy sysdeps/{generic/unwind-arch.h => unix/sysv/linux/microblaze/sysctl.c} (71%) copy sysdeps/{generic/unwind-arch.h => unix/sysv/linux/powerpc/powerpc64/le/sysctl [...] delete mode 100644 sysdeps/unix/sysv/linux/sys/sysctl.h delete mode 100644 sysdeps/unix/sysv/linux/sysctl.mk delete mode 100644 sysdeps/unix/sysv/linux/x86/bits/sysctl.h create mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/sysctl.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk