This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c4d4419433 posix: Add wait4 test case new 076f09afba Linux: Remove <sys/sysctl.h> and the sysctl function
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: NEWS | 6 +- include/sys/sysctl.h | 3 - manual/sysinfo.texi | 144 --------------------- 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 - 16 files changed, 43 insertions(+), 329 deletions(-) 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