This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a9d42c09a3 math: Add inputs that yield larger errors for float type (x86_64) new 1c634e677f sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64 new a51e035889 linux: Use long time_t __getitimer/__setitimer new 5d24ba82c4 resource: Add a __rusage64 struct new 600f00b747 linux: Use long time_t for wait4/getrusage new 0bcd0c5100 sysv/alpha: Use generic __timeval32 and helpers
The 5 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: bits/typesizes.h | 6 + include/sys/resource.h | 121 +++++++++++++++++++++ include/time.h | 15 +++ sysdeps/unix/syscalls.list | 3 - sysdeps/unix/sysv/linux/alpha/bits/typesizes.h | 3 + sysdeps/unix/sysv/linux/alpha/osf_adjtime.c | 15 +-- sysdeps/unix/sysv/linux/alpha/osf_getitimer.c | 9 +- sysdeps/unix/sysv/linux/alpha/osf_getrusage.c | 10 +- sysdeps/unix/sysv/linux/alpha/osf_gettimeofday.c | 6 +- sysdeps/unix/sysv/linux/alpha/osf_setitimer.c | 15 +-- sysdeps/unix/sysv/linux/alpha/osf_settimeofday.c | 6 +- sysdeps/unix/sysv/linux/alpha/osf_utimes.c | 8 +- sysdeps/unix/sysv/linux/alpha/osf_wait4.c | 10 +- sysdeps/unix/sysv/linux/generic/bits/typesizes.h | 6 + sysdeps/unix/sysv/linux/getitimer.c | 61 +++++++++++ .../linux/{alpha/osf_getrusage.c => getrusage.c} | 43 ++++++-- sysdeps/unix/sysv/linux/s390/bits/typesizes.h | 6 + sysdeps/unix/sysv/linux/setitimer.c | 90 +++++++++++++++ sysdeps/unix/sysv/linux/sparc/bits/typesizes.h | 6 + .../{alpha/alpha-tv32-compat.h => tv32-compat.h} | 94 +++++++--------- sysdeps/unix/sysv/linux/wait4.c | 50 ++++++++- sysdeps/unix/sysv/linux/x86/bits/typesizes.h | 5 + 22 files changed, 476 insertions(+), 112 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/getitimer.c copy sysdeps/unix/sysv/linux/{alpha/osf_getrusage.c => getrusage.c} (50%) create mode 100644 sysdeps/unix/sysv/linux/setitimer.c rename sysdeps/unix/sysv/linux/{alpha/alpha-tv32-compat.h => tv32-compat.h} (53%)