This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 0572433b5b PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY new 37f802f864 Remove __need_IOV_MAX and __need_FOPEN_MAX. new fd860eaaa8 Remove __need macros from errno.h (__need_Emath, __need_error_t).
The 2 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 | 58 ++ Makerules | 10 +- NEWS | 4 + argp/argp.h | 10 +- bits/errno.h | 44 +- .../linux/aarch64/libc-start.c => bits/uio-ext.h | 16 +- bits/uio.h | 23 - .../linux/aarch64/libc-start.c => bits/uio_lim.h | 14 +- include/bits/xopen_lim.h | 13 +- include/errno.h | 11 +- misc/Makefile | 3 +- misc/sys/uio.h | 18 +- stdio-common/stdio_lim.h.in | 31 +- stdlib/errno.h | 62 +- string/argz.h | 10 +- sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S | 3 +- sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S | 3 +- sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | 3 +- sysdeps/mach/hurd/bits/errno.h | 707 ++++++++++++--------- sysdeps/mach/hurd/errnos.awk | 206 +++--- sysdeps/unix/sysv/linux/alpha/bits/errno.h | 42 +- sysdeps/unix/sysv/linux/bits/errno.h | 43 +- sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 52 +- sysdeps/unix/sysv/linux/bits/{uio.h => uio-ext.h} | 44 +- .../strtof128.c => unix/sysv/linux/bits/uio_lim.h} | 26 +- sysdeps/unix/sysv/linux/hppa/bits/errno.h | 39 +- sysdeps/unix/sysv/linux/mips/bits/errno.h | 41 +- sysdeps/unix/sysv/linux/sparc/bits/errno.h | 42 +- sysdeps/x86_64/fpu/s_cosf.S | 3 +- sysdeps/x86_64/fpu/s_sincosf.S | 3 +- sysdeps/x86_64/fpu/s_sinf.S | 3 +- 31 files changed, 835 insertions(+), 752 deletions(-) copy sysdeps/unix/sysv/linux/aarch64/libc-start.c => bits/uio-ext.h (72%) delete mode 100644 bits/uio.h copy sysdeps/unix/sysv/linux/aarch64/libc-start.c => bits/uio_lim.h (74%) rename sysdeps/unix/sysv/linux/bits/{uio.h => uio-ext.h} (59%) copy sysdeps/{ieee754/float128/strtof128.c => unix/sysv/linux/bits/uio_lim.h} (57%)