This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 14ea415d04 Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h. new b5eede9730 Consolidate Linux poll implementation new 26f28fd73d Consolidate Linux select implementation new b62c381591 Consolidate Linux epoll_wait syscall
The 3 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 | 26 +++++++++++ sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/alpha/Makefile | 2 +- sysdeps/unix/sysv/linux/alpha/select.c | 53 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/alpha/syscalls.list | 2 - sysdeps/unix/sysv/linux/{generic => }/epoll_wait.c | 8 +++- sysdeps/unix/sysv/linux/generic/Makefile | 2 +- sysdeps/unix/sysv/linux/{generic => }/poll.c | 8 +++- sysdeps/unix/sysv/linux/{generic => }/select.c | 19 ++++++-- .../unix/sysv/linux/sparc/sparc64/syscalls.list | 2 - sysdeps/unix/sysv/linux/syscalls.list | 3 -- 11 files changed, 108 insertions(+), 19 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/alpha/select.c rename sysdeps/unix/sysv/linux/{generic => }/epoll_wait.c (82%) rename sysdeps/unix/sysv/linux/{generic => }/poll.c (88%) rename sysdeps/unix/sysv/linux/{generic => }/select.c (82%)