This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 69e0a5eb0d Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477] new db373e4c57 Remove architecture specific sched_cpucount optimizations new 903bc7dcc2 linux: Use sched_getaffinity for __get_nprocs (BZ #27645) new f13fb81ad3 linux: Remove /proc/cpuinfo fallback on alpha and sparc new 330001202a misc: use _fitoa_word to implement __fd_to_filename. new 0fb3dadca2 linux: use fd_to_filename instead of _fitoa_word in ttyname_r. new 05ae46ee7a linux: implement ttyname as a wrapper around ttyname_r.
The 6 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/bits/cpu-set.h | 8 + include/unistd.h | 4 +- misc/fd_to_filename.c | 7 +- posix/sched_cpucount.c | 41 ++-- sysdeps/i386/i686/multiarch/sched_cpucount.c | 1 - sysdeps/ia64/sched_cpucount.c | 20 -- sysdeps/powerpc/sched_cpucount.c | 22 --- sysdeps/unix/sysv/linux/alpha/getsysstats.c | 57 ------ sysdeps/unix/sysv/linux/getsysstats.c | 239 +++-------------------- sysdeps/unix/sysv/linux/m68k/getsysstats.c | 37 ---- sysdeps/unix/sysv/linux/microblaze/getsysstats.c | 34 ---- sysdeps/unix/sysv/linux/mips/getsysstats.c | 36 ---- sysdeps/unix/sysv/linux/sparc/getsysstats.c | 55 ------ sysdeps/unix/sysv/linux/ttyname.c | 170 ++-------------- sysdeps/unix/sysv/linux/ttyname_r.c | 10 +- sysdeps/x86_64/multiarch/sched_cpucount.c | 36 ---- sysdeps/x86_64/sched_cpucount.c | 25 --- 17 files changed, 66 insertions(+), 736 deletions(-) delete mode 100644 sysdeps/i386/i686/multiarch/sched_cpucount.c delete mode 100644 sysdeps/ia64/sched_cpucount.c delete mode 100644 sysdeps/powerpc/sched_cpucount.c delete mode 100644 sysdeps/unix/sysv/linux/alpha/getsysstats.c delete mode 100644 sysdeps/unix/sysv/linux/m68k/getsysstats.c delete mode 100644 sysdeps/unix/sysv/linux/microblaze/getsysstats.c delete mode 100644 sysdeps/unix/sysv/linux/mips/getsysstats.c delete mode 100644 sysdeps/unix/sysv/linux/sparc/getsysstats.c delete mode 100644 sysdeps/x86_64/multiarch/sched_cpucount.c delete mode 100644 sysdeps/x86_64/sched_cpucount.c