This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from 536ddc5c02 elf: Call __libc_early_init for reused namespaces (bug 29528) new 2a44960cbc Apply asm redirections in stdio.h before first use [BZ #27087] new b41c535f46 Apply asm redirections in wchar.h before first use
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: include/bits/stdio2-decl.h | 1 + include/bits/wchar2-decl.h | 1 + libio/Makefile | 2 +- libio/bits/stdio2-decl.h | 111 ++++++++++++++++++++++++++++++++++++++++ libio/bits/stdio2.h | 62 ----------------------- libio/stdio.h | 17 +++++-- wcsmbs/Makefile | 5 +- wcsmbs/bits/wchar2-decl.h | 124 +++++++++++++++++++++++++++++++++++++++++++++ wcsmbs/bits/wchar2.h | 72 -------------------------- wcsmbs/wchar.h | 11 +++- 10 files changed, 262 insertions(+), 144 deletions(-) create mode 100644 include/bits/stdio2-decl.h create mode 100644 include/bits/wchar2-decl.h create mode 100644 libio/bits/stdio2-decl.h create mode 100644 wcsmbs/bits/wchar2-decl.h