This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 1c9bc1b6e5 LoongArch: Add pointer mangling support. new 841afa116e glibcextract.py: Add compile_c_snippet new 1542019b69 linux: Use compile_c_snippet to check linux/pidfd.h availability new c68b6044bc linux: Mimic kernel defition for BLOCK_SIZE new e1226cdc6b linux: Use compile_c_snippet to check linux/mount.h availability new 774058d729 linux: Fix sys/mount.h usage with kernel headers new 453b88efe6 arm: Remove nested functionf rom relocate_pc24
The 6 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: scripts/glibcextract.py | 19 ++++++++ sysdeps/arm/dl-machine.h | 23 +++++---- sysdeps/unix/sysv/linux/Makefile | 8 +++ sysdeps/unix/sysv/linux/sys/mount.h | 73 ++++++++++++++++++++++++---- sysdeps/unix/sysv/linux/tst-mount-compile.py | 66 +++++++++++++++++++++++++ sysdeps/unix/sysv/linux/tst-mount-consts.py | 5 ++ sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 8 +-- 7 files changed, 180 insertions(+), 22 deletions(-) create mode 100755 sysdeps/unix/sysv/linux/tst-mount-compile.py