This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master in repository glibc.
from c4050b2552 x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S new d56c7e0965 Apply asm redirections in stdio.h before first use [BZ #27087]
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: include/bits/stdio2-decl.h | 1 + libio/Makefile | 2 +- libio/bits/stdio2-decl.h | 111 +++++++++++++++++++++++++++++++++++++++++++++ libio/bits/stdio2.h | 62 ------------------------- libio/stdio.h | 17 +++++-- 5 files changed, 125 insertions(+), 68 deletions(-) create mode 100644 include/bits/stdio2-decl.h create mode 100644 libio/bits/stdio2-decl.h