This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5b83faf6a7 dynarray: Use libc_hidden_proto only for !_ISOMAC new a66bc30d6b Define struct rusage in sys/wait.h when required (bug 21575).
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: ChangeLog | 19 ++++ bits/resource.h | 44 +-------- include/bits/types/struct_rusage.h | 1 + posix/sys/wait.h | 6 ++ resource/Makefile | 2 +- resource/bits/types/struct_rusage.h | 130 ++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/alpha/bits/resource.h | 44 +-------- sysdeps/unix/sysv/linux/bits/resource.h | 106 +-------------------- sysdeps/unix/sysv/linux/mips/bits/resource.h | 44 +-------- sysdeps/unix/sysv/linux/sparc/bits/resource.h | 44 +-------- 10 files changed, 162 insertions(+), 278 deletions(-) create mode 100644 include/bits/types/struct_rusage.h create mode 100644 resource/bits/types/struct_rusage.h