This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/no-nested-includes in repository glibc.
discards 752529782d Don’t include sys/types.h from sys/socket.h. discards d7fb8f296a Don’t include all of sys/select.h from sys/types.h. omits 5bef1aa7ab Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t. omits 697ed96c8e Create bits/types headers for most remaining __T_defined macros. omits fb94ec0647 Clean up bits/types.h. omits 0ce3e22e38 Simplify definition of __time64_t. omits 00f92123d6 Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs. omits adf04a2ec1 sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC. omits eb34f0ddc3 Define register_t using bits/typesizes.h macros. omits 8599cb1bba Move inttypes.h and stdint.h to stdlib. omits d11c36254b Move most headers installed by top-level Makefile to misc/. omits 248aadd9bd Use a proper C tokenizer to implement the obsolete typedefs test. adds 6229c9bff7 C-SKY: fix sigcontext miss match adds 827e30f3a3 C-SKY: remove user_regs definition adds c4e5f34bf0 C-SKY: mark lr as undefined to stop unwinding adds 5fbcd76351 C-SKY: add elf header definition for elfutils adds 08504de718 resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047] adds 38b52865d4 elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h> adds 7c6513082b Fix output of LD_SHOW_AUXV=1. adds 711a322a23 Use a proper C tokenizer to implement the obsolete typedefs test. adds 29218b265f Move inttypes.h and stdint.h to stdlib. adds c4568cd5ec Move most headers installed by top-level Makefile to misc/. adds 5eb8ec1f3d Define register_t using bits/typesizes.h macros. adds 0b70bc8507 sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC. adds 4f6d9edcc4 Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs. adds ffab0bc8e5 Simplify definition of __time64_t. adds 73240dfe1a Clean up bits/types.h. adds c5ea1d7116 Create bits/types headers for most remaining __T_defined macros. adds 7821c0b4e7 Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t. new a95d1f997b Add check-obsolete-constructs checker for nested includes.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (752529782d) \ N -- N -- N refs/heads/zack/no-nested-includes (a95d1f997b)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 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 | 75 +++++ NEWS | 9 - bits/select.h | 7 +- bits/socket.h | 7 + elf/dl-sysdep.c | 11 +- elf/elf.h | 18 +- include/bits/fd_set.h | 1 - misc/Makefile | 13 +- misc/bits/fd_set.h | 78 ----- misc/bits/select2.h | 7 +- misc/sys/select.h | 53 +++- nptl/tst-cancel4.c | 1 - posix/sys/types.h | 2 +- resolv/Makefile | 2 +- .../xposix_memalign.c => resolv/res_enable_icmp.c | 26 +- resolv/res_send.c | 12 + resolv/resolv-internal.h | 6 + scripts/check-c++-types.sh | 1 - scripts/check-obsolete-constructs.py | 346 ++++++++++++++++++++- socket/sys/socket.h | 6 - sysdeps/csky/abiv2/start.S | 4 + sysdeps/mach/hurd/bits/socket.h | 7 + sysdeps/powerpc/dl-procinfo.h | 2 +- sysdeps/sparc/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/arm/dl-procinfo.h | 2 +- sysdeps/unix/sysv/linux/bits/socket.h | 12 +- sysdeps/unix/sysv/linux/csky/abiv2/clone.S | 7 +- sysdeps/unix/sysv/linux/csky/abiv2/setcontext.S | 2 + sysdeps/unix/sysv/linux/csky/bits/procfs.h | 17 +- sysdeps/unix/sysv/linux/csky/register-dump.h | 127 ++++---- sysdeps/unix/sysv/linux/csky/sys/ucontext.h | 1 - sysdeps/unix/sysv/linux/csky/sys/user.h | 41 +-- sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/s390/dl-procinfo.h | 4 +- sysdeps/x86/bits/select.h | 7 +- 35 files changed, 649 insertions(+), 273 deletions(-) delete mode 100644 include/bits/fd_set.h delete mode 100644 misc/bits/fd_set.h copy support/xposix_memalign.c => resolv/res_enable_icmp.c (66%)