This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9efac04341 Update sparc libm-test-ulps new ecdcafa571 linux: Simplify clock_getres new 60a2e28b34 linux: Add ppoll time64 optimization new 7c437d3778 linux: Add time64 semtimedop support new a92f4e6299 linux: Add time64 pselect support
The 4 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: include/sys/select.h | 16 ++++++ sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/clock_getres.c | 38 ++++++--------- sysdeps/unix/sysv/linux/include/sys/sem.h | 6 +++ .../linux/microblaze/{pselect.c => pselect32.c} | 32 ++++-------- sysdeps/unix/sysv/linux/ppoll.c | 18 +++++-- sysdeps/unix/sysv/linux/pselect.c | 53 +++++++++++++++----- .../sysv/linux/{time64-support.c => pselect32.c} | 30 ++++++++++-- sysdeps/unix/sysv/linux/semtimedop.c | 57 +++++++++++++++++++--- 9 files changed, 178 insertions(+), 74 deletions(-) rename sysdeps/unix/sysv/linux/microblaze/{pselect.c => pselect32.c} (67%) copy sysdeps/unix/sysv/linux/{time64-support.c => pselect32.c} (55%)