This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/more-obsolete-typedefs in repository glibc.
omits 7821c0b4e7 Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t. omits c5ea1d7116 Create bits/types headers for most remaining __T_defined macros. omits 73240dfe1a Clean up bits/types.h. omits ffab0bc8e5 Simplify definition of __time64_t. omits 4f6d9edcc4 Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs. omits 0b70bc8507 sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC. omits 5eb8ec1f3d Define register_t using bits/typesizes.h macros. omits c4568cd5ec Move most headers installed by top-level Makefile to misc/. adds 043440e761 hurd: Add no-op version of __res_enable_icmp [BZ #24047] adds 0c1041ee5b Use Linux 5.0 in build-many-glibcs.py. adds 97f8225d22 scripts/check-obsolete-constructs.py: Process all headers as UTF-8. adds 081bdf9421 nss: Fix tst-nss-files-alias-truncated for default --as-need [...] adds a0a0dc8317 Remove obsolete, never-implemented XSI STREAMS declarations adds 5b06f538c5 malloc: Check for large bin list corruption when inserting u [...] adds 238d60a1fb localedata: Add Minguo calendar support to Taiwanese locales [...] adds 477e739b32 Update syscall-names.list for Linux 5.0. new 887c21df25 Move most headers installed by top-level Makefile to misc/. new 55c99c4484 Define register_t using bits/typesizes.h macros. new ae1a3cbdbd sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC. new c84fc2fae2 Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs. new d51f403d9b Simplify definition of __time64_t. new 4b25d54db6 Clean up bits/types.h. new 6afcbe0895 Create bits/types headers for most remaining __T_defined macros. new e52b6cef09 Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t.
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 (7821c0b4e7) \ N -- N -- N refs/heads/zack/more-obsolete-typedefs (e52b6cef09)
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 8 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 | 86 ++++++++ NEWS | 3 + bits/stropts.h | 230 --------------------- bits/xtitypes.h | 33 --- conform/Makefile | 16 +- conform/data/stropts.h-data | 140 ------------- include/stropts.h | 1 - include/sys/stropts.h | 1 - localedata/locales/cmn_TW | 4 + localedata/locales/hak_TW | 4 + localedata/locales/lzh_TW | 4 + localedata/locales/nan_TW | 4 + localedata/locales/zh_TW | 4 + malloc/malloc.c | 4 + manual/terminal.texi | 13 -- nss/Makefile | 3 +- nss/tst-nss-files-alias-truncated.c | 7 +- posix/Makefile | 3 +- posix/Versions | 6 + posix/streams-compat.c | 101 +++++++++ scripts/build-many-glibcs.py | 7 +- scripts/check-obsolete-constructs.py | 2 +- streams/Makefile | 28 --- streams/Versions | 15 -- streams/fattach.c | 29 --- streams/fdetach.c | 29 --- streams/getmsg.c | 29 --- streams/getpmsg.c | 30 --- streams/isastream.c | 33 --- streams/putmsg.c | 30 --- streams/putpmsg.c | 30 --- streams/stropts.h | 84 -------- streams/sys/stropts.h | 1 - sysdeps/ia64/bits/xtitypes.h | 33 --- .../mach/hurd/res_enable_icmp.c | 13 +- sysdeps/posix/sysconf.c | 4 - sysdeps/s390/bits/xtitypes.h | 33 --- sysdeps/unix/inet/Subdirs | 1 - sysdeps/unix/sysv/linux/i386/getmsg.c | 33 --- sysdeps/unix/sysv/linux/i386/putmsg.c | 34 --- sysdeps/unix/sysv/linux/m68k/getmsg.c | 1 - sysdeps/unix/sysv/linux/m68k/putmsg.c | 1 - sysdeps/unix/sysv/linux/mips/getmsg.c | 1 - sysdeps/unix/sysv/linux/mips/putmsg.c | 1 - sysdeps/unix/sysv/linux/powerpc/getmsg.c | 1 - sysdeps/unix/sysv/linux/powerpc/putmsg.c | 1 - sysdeps/unix/sysv/linux/syscall-names.list | 5 +- sysdeps/unix/sysv/linux/syscalls.list | 2 - sysdeps/x86/bits/xtitypes.h | 33 --- 49 files changed, 251 insertions(+), 960 deletions(-) delete mode 100644 bits/stropts.h delete mode 100644 bits/xtitypes.h delete mode 100644 conform/data/stropts.h-data delete mode 100644 include/stropts.h delete mode 100644 include/sys/stropts.h create mode 100644 posix/streams-compat.c delete mode 100644 streams/Makefile delete mode 100644 streams/Versions delete mode 100644 streams/fattach.c delete mode 100644 streams/fdetach.c delete mode 100644 streams/getmsg.c delete mode 100644 streams/getpmsg.c delete mode 100644 streams/isastream.c delete mode 100644 streams/putmsg.c delete mode 100644 streams/putpmsg.c delete mode 100644 streams/stropts.h delete mode 100644 streams/sys/stropts.h delete mode 100644 sysdeps/ia64/bits/xtitypes.h copy elf/tst-audit13.c => sysdeps/mach/hurd/res_enable_icmp.c (81%) delete mode 100644 sysdeps/s390/bits/xtitypes.h delete mode 100644 sysdeps/unix/sysv/linux/i386/getmsg.c delete mode 100644 sysdeps/unix/sysv/linux/i386/putmsg.c delete mode 100644 sysdeps/unix/sysv/linux/m68k/getmsg.c delete mode 100644 sysdeps/unix/sysv/linux/m68k/putmsg.c delete mode 100644 sysdeps/unix/sysv/linux/mips/getmsg.c delete mode 100644 sysdeps/unix/sysv/linux/mips/putmsg.c delete mode 100644 sysdeps/unix/sysv/linux/powerpc/getmsg.c delete mode 100644 sysdeps/unix/sysv/linux/powerpc/putmsg.c delete mode 100644 sysdeps/x86/bits/xtitypes.h