This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/release-aarch64 in repository toolchain/ci/glibc.
from c4050b2552 x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S adds d56c7e0965 Apply asm redirections in stdio.h before first use [BZ #27087] adds dc2d843045 Update syscall-names.list for Linux 5.18 adds 0e5b239f45 malloc: Simplify implementation of __malloc_assert
No new revisions were added by this update.
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 +++-- malloc/malloc.c | 15 ++-- sysdeps/unix/sysv/linux/syscall-names.list | 4 +- 7 files changed, 132 insertions(+), 80 deletions(-) create mode 100644 include/bits/stdio2-decl.h create mode 100644 libio/bits/stdio2-decl.h