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 306c4c0052 Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t. omits f827c86b13 Create bits/types headers for most remaining __T_defined macros. omits b151fd67ec Clean up bits/types.h. omits 2ae203f13b Simplify definition of __time64_t. omits afd5af61dc Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs. omits 5837382f66 sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC. omits 3b62e1b091 Define register_t using bits/typesizes.h macros. omits 5c6e0c779f Move most headers installed by top-level Makefile to misc/. omits ca537d7a89 Remove support for PowerPC e500 / SPE ISA extension. adds 5f161b2398 Update kernel-features.h files for Linux 5.1. adds fef7c63cd5 manual: Document O_DIRECTORY adds 1f50f2ad85 Small tcache improvements adds 1388600877 Add NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux 5.1 to elf.h. adds dfba907fed sysvipc: Fix compat msgctl (BZ#24570) adds 236c18e568 sysvipc: Consolidate semtimedop s390 adds ff6bec7d47 support: Correct confusing comment adds b62bb3bc68 support: Add missing EOL terminators on timespec adds 75c51570c7 support: Expose sbindir as support_sbindir_prefix adds 09e1b0e3f6 libio: Remove codecvt vtable [BZ #24588] adds 7e740ab2e7 libio: Fix gconv-related memory leak [BZ #24583] adds c9c15ac316 wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] adds 004e52febf sysvipc: Add missing bit of semtimedop s390 consolidation adds 46ae07324b Improve string benchtest timing new a053e87849 Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*). new 629dea5c3a Move most headers installed by top-level Makefile to misc/. new 50a443cd9b Define register_t using bits/typesizes.h macros. new 9a6af55905 sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC. new b4d8c8aa57 Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs. new e5d3ab6325 Simplify definition of __time64_t. new cc1092eda9 Clean up bits/types.h. new 98915ac3c3 Create bits/types headers for most remaining __T_defined macros. new e7c0fede8c 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 (306c4c0052) \ N -- N -- N refs/heads/zack/more-obsolete-typedefs (e7c0fede8c)
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 9 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 | 147 +++++++++++++++++++++ NEWS | 6 +- benchtests/bench-memcpy-random.c | 2 +- benchtests/bench-memcpy-walk.c | 8 +- benchtests/bench-memmem.c | 2 +- benchtests/bench-memmove-walk.c | 16 +-- benchtests/bench-memset-walk.c | 13 +- benchtests/bench-strcasestr.c | 2 +- benchtests/bench-string.h | 4 +- benchtests/bench-strpbrk.c | 2 +- benchtests/bench-strsep.c | 2 +- benchtests/bench-strspn.c | 2 +- benchtests/bench-strstr.c | 2 +- benchtests/bench-strtok.c | 2 +- elf/elf.h | 4 + iconv/gconv.h | 2 + libio/Makefile | 16 ++- libio/fileops.c | 3 - libio/iofclose.c | 15 ++- libio/iofgetpos.c | 3 +- libio/iofgetpos64.c | 3 +- libio/iofsetpos.c | 3 +- libio/iofsetpos64.c | 3 +- libio/iofwide.c | 132 +++--------------- libio/libio.h | 32 ----- libio/libioP.h | 29 +++- .../tst-wfile-ascii.c | 61 ++++----- posix/tst-fnmatch4.c => libio/tst-wfile-gconv.c | 21 ++- libio/wfileops.c | 89 ++++++------- malloc/malloc.c | 14 +- manual/llio.texi | 7 + manual/tunables.texi | 2 +- support/Makefile | 1 + support/support.h | 2 + support/support_paths.c | 7 + support/timespec.c | 4 +- support/timespec.h | 4 +- sysdeps/powerpc/preconfigure | 3 +- sysdeps/unix/sysv/linux/alpha/kernel-features.h | 8 +- sysdeps/unix/sysv/linux/ia64/kernel-features.h | 6 +- sysdeps/unix/sysv/linux/ipc_priv.h | 5 + sysdeps/unix/sysv/linux/msgctl.c | 2 +- sysdeps/unix/sysv/linux/powerpc/ipc_priv.h | 3 + .../unix/sysv/linux/s390/ipc_priv.h | 32 ++--- sysdeps/unix/sysv/linux/s390/semtimedop.c | 36 ----- sysdeps/unix/sysv/linux/semtimedop.c | 4 +- sysdeps/unix/sysv/linux/sh/kernel-features.h | 6 +- sysdeps/unix/sysv/linux/sparc/sparc64/ipc_priv.h | 3 + wcsmbs/wcsmbsload.c | 32 ++++- wcsmbs/wcsmbsload.h | 1 + 50 files changed, 428 insertions(+), 380 deletions(-) copy string/test-strerror-errno.c => libio/tst-wfile-ascii.c (50%) copy posix/tst-fnmatch4.c => libio/tst-wfile-gconv.c (73%) copy posix/tst-fnmatch4.c => sysdeps/unix/sysv/linux/s390/ipc_priv.h (59%) delete mode 100644 sysdeps/unix/sysv/linux/s390/semtimedop.c